Skip to content

Commit 9084984

Browse files
jbrunichrisvfritz
authored andcommitted
Update mixins.md (#478)
1 parent 527c4cb commit 9084984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/mixins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ var strategies = Vue.config.optionMergeStrategies
126126
strategies.myOption = strategies.methods
127127
```
128128

129-
A more advanced example can be found on [Vuex](https://github.com/vuejs/vuex)'s merging strategy:
129+
A more advanced example can be found on [Vuex](https://github.com/vuejs/vuex)'s 1.x merging strategy:
130130

131131
``` js
132132
const merge = Vue.config.optionMergeStrategies.computed

0 commit comments

Comments
 (0)