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 6280b8c commit 4edfc1dCopy full SHA for 4edfc1d
src/v2/guide/plugins.md
@@ -12,7 +12,7 @@ Plugins usually add global-level functionality to Vue. There is no strictly defi
12
13
2. Add one or more global assets: directives/filters/transitions etc. e.g. [vue-touch](https://github.com/vuejs/vue-touch)
14
15
-3. Add some component options by global mixin. e.g. [vuex](https://github.com/vuejs/vuex)
+3. Add some component options by global mixin. e.g. [vue-router](https://github.com/vuejs/vue-router)
16
17
4. Add some Vue instance methods by attaching them to Vue.prototype.
18
0 commit comments