File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ order: 4
12
12
- ** expression** ` String `
13
13
- ** callback( newValue, oldValue )** ` Function `
14
14
- ** deep** ` Boolean ` * optional*
15
- - ** immdediate ** ` Boolean ` * optional*
15
+ - ** immediate ** ` Boolean ` * optional*
16
16
17
17
Watch an expression on the Vue instance for changes. The expression can be a single keypath or actual expressions:
18
18
@@ -212,4 +212,4 @@ There are three implications of a parent-child relationship between instances:
212
212
213
213
1 . The parent and child can communicate via [ the event system] ( #Events ) .
214
214
2 . The child has access to all parent assets (e.g. custom directives).
215
- 3 . The child, if inheriting parent scope, has access to parent scope data properties.
215
+ 3 . The child, if inheriting parent scope, has access to parent scope data properties.
You can’t perform that action at this time.
0 commit comments