Skip to content

Commit b87c6db

Browse files
Franciscchrisvfritz
authored andcommitted
Rephrase info about there being no controllers. (vuejs#555)
Some users is too impersonal and it's safe to say many people who read the guide are not yet users.
1 parent be93ad9 commit b87c6db

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
// -> "a is: 1"
9595
```
9696

97-
There are also other hooks which will be called at different stages of the instance's lifecycle, for example `mounted`, `updated`, and `destroyed`. All lifecycle hooks are called with their `this` context pointing to the Vue instance invoking it. Some users may have been wondering where the concept of "controllers" lives in the Vue world and the answer is: there are no controllers. Your custom logic for a component would be split among these lifecycle hooks.
97+
There are also other hooks which will be called at different stages of the instance's lifecycle, for example `mounted`, `updated`, and `destroyed`. All lifecycle hooks are called with their `this` context pointing to the Vue instance invoking it. You may have been wondering where the concept of "controllers" lives in the Vue world and the answer is: there are no controllers. Your custom logic for a component would be split among these lifecycle hooks.
9898

9999
## Lifecycle Diagram
100100

0 commit comments

Comments
 (0)