We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4522d31 + a5c048a commit 7ae91bbCopy full SHA for 7ae91bb
src/guide/instance.md
@@ -94,7 +94,7 @@ var vm = new Vue({
94
```
95
96
97
-也有一些其它的钩子,在实例生命周期的不同阶段调用,如 `mounted`、 `updated` 、`destroyed` 。钩子的 `this` 指向调用它的 Vue 实例。一些用户可能会问 Vue.js 是否有“控制器”的概念?答案是,没有。组件的自定义逻辑可以分割在这些钩子中。
+也有一些其它的钩子,在实例生命周期的不同阶段调用,如 `mounted`、 `updated` 、`destroyed` 。钩子的 `this` 指向调用它的 Vue 实例。一些用户可能会问 Vue.js 是否有“控制器”的概念?答案是,没有。组件的自定义逻辑可以分布在这些钩子中。
98
99
100
## 生命周期图示
0 commit comments