We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199a1e6 commit 8f1cad8Copy full SHA for 8f1cad8
src/v2/guide/mixins.md
@@ -35,7 +35,7 @@ var component = new Component() // => "hello from mixin!"
35
36
When a mixin and the component itself contain overlapping options, they will be "merged" using appropriate strategies.
37
38
-For example, data objects undergo a shallow merge (one property deep), with the component's data taking priority in cases of conflicts.
+For example, data objects undergo a recursive merge, with the component's data taking priority in cases of conflicts.
39
40
``` js
41
var mixin = {
0 commit comments