Thanks to visit codestin.com Credit goes to github.com
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 db35444 commit 662586bCopy full SHA for 662586b
‎packages/vue-template-compiler/index.js
@@ -10,7 +10,8 @@ if (vueVersion && vueVersion !== packageVersion) {
10
'- vue@' + vueVersion + '\n' +
11
'- ' + packageName + '@' + packageVersion + '\n\n' +
12
'This may cause things to work incorrectly. Make sure to use the same version for both.\n' +
13
- 'If you are using vue-loader or vueify, re-installing them should bump ' + packageName + ' to the latest.\n'
+ 'If you are using vue-loader@>=10.0, simply update vue-template-compiler.\n' +
14
+ 'If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump ' + packageName + ' to the latest.\n'
15
)
16
}
17
0 commit comments