Skip to content

Commit a5c048a

Browse files
authored
修改97行的一个词语
分割 ---> 分布,我认为更好理解
1 parent 4522d31 commit a5c048a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var vm = new Vue({
9494
```
9595

9696

97-
也有一些其它的钩子,在实例生命周期的不同阶段调用,如 `mounted``updated``destroyed` 。钩子的 `this` 指向调用它的 Vue 实例。一些用户可能会问 Vue.js 是否有“控制器”的概念?答案是,没有。组件的自定义逻辑可以分割在这些钩子中
97+
也有一些其它的钩子,在实例生命周期的不同阶段调用,如 `mounted``updated``destroyed` 。钩子的 `this` 指向调用它的 Vue 实例。一些用户可能会问 Vue.js 是否有“控制器”的概念?答案是,没有。组件的自定义逻辑可以分布在这些钩子中
9898

9999

100100
## 生命周期图示

0 commit comments

Comments
 (0)