We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527c4cb commit 9084984Copy full SHA for 9084984
src/guide/mixins.md
@@ -126,7 +126,7 @@ var strategies = Vue.config.optionMergeStrategies
126
strategies.myOption = strategies.methods
127
```
128
129
-A more advanced example can be found on [Vuex](https://github.com/vuejs/vuex)'s merging strategy:
+A more advanced example can be found on [Vuex](https://github.com/vuejs/vuex)'s 1.x merging strategy:
130
131
``` js
132
const merge = Vue.config.optionMergeStrategies.computed
0 commit comments