` 会编译为 JavaScript 渲染函数,然后通过自定义构建的 [Buble](https://buble.surge.sh/guide/) 去支持 ES2015,这允许你使用[属性的简洁表示法](https://buble.surge.sh/guide/#object-shorthand-methods-and-properties-transforms-concisemethodproperty-)和[属性名表达式](https://buble.surge.sh/guide/#computed-properties-transforms-computedproperty-):
``` html
@@ -54,7 +54,7 @@ export default {
```
-你还可以使用 [`buble` 选项](../options.md#buble) 自定义模板中支持的功能。
+你还可以使用 [`buble` 选项](../options.md#buble)自定义模板中支持的功能。
### 转换普通 `.js` 文件
diff --git a/docs/zh-cn/features/hot-reload.md b/docs/zh-cn/features/hot-reload.md
index 944d23923..1d5b8280f 100644
--- a/docs/zh-cn/features/hot-reload.md
+++ b/docs/zh-cn/features/hot-reload.md
@@ -4,4 +4,18 @@

+## 状态保留规则
+
+- 当编辑一个组件的 `` 时,这个组件实例将就地重新渲染,并保留当前所有的私有状态。能够做到这一点是因为模板被编译成了新的无副作用的渲染函数。
+
+- 当编辑一个组件的 `