Skip to content

Commit ad3072a

Browse files
committed
Update changes.md for 0.11.5
1 parent a0ee7e1 commit ad3072a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/api/directives.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ For detailed examples, see [Displaying a List](/guide/list.html).
186186

187187
Allows a child ViewModel to inherit data from the parents. You can either pass in an Object which will be used as the `data` option, or bind individual parent properties to the child with different keys. This directive must be used in combination with `v-component`.
188188

189-
The data inheritance is one-way: when parent property changes, the child will be notified of the change and update accordingly; however if the child sets the property to something else, it will not affect the parent, and the modified property will be overwritten the next time parent property changes.
190-
191189
Example inheriting an object:
192190

193191
``` js

0 commit comments

Comments
 (0)