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 6fc76b3 commit 6e06c26Copy full SHA for 6e06c26
src/create-local-vue.js
@@ -20,9 +20,9 @@ function createLocalVue (): Component {
20
// so that merge strats registered by plguins can work properly
21
instance.config.optionMergeStrategies = Vue.config.optionMergeStrategies
22
23
+ // compat for vue-router < 2.7.1 where it does not allow multiple installs
24
const use = instance.use
25
instance.use = (plugin) => {
- // compat for vue-router < 2.7.1
26
plugin.installed = false
27
plugin.install.installed = false
28
use.call(instance, plugin)
0 commit comments