Skip to content

Commit 8f1cad8

Browse files
vetruvetchrisvfritz
authored andcommitted
Fix mixin data merging documentation (#1902)
1 parent 199a1e6 commit 8f1cad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/v2/guide/mixins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var component = new Component() // => "hello from mixin!"
3535

3636
When a mixin and the component itself contain overlapping options, they will be "merged" using appropriate strategies.
3737

38-
For example, data objects undergo a shallow merge (one property deep), with the component's data taking priority in cases of conflicts.
38+
For example, data objects undergo a recursive merge, with the component's data taking priority in cases of conflicts.
3939

4040
``` js
4141
var mixin = {

0 commit comments

Comments
 (0)