Skip to content

Commit 662586b

Browse files
committed
update version mismatch message
1 parent db35444 commit 662586b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vue-template-compiler/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ if (vueVersion && vueVersion !== packageVersion) {
1010
'- vue@' + vueVersion + '\n' +
1111
'- ' + packageName + '@' + packageVersion + '\n\n' +
1212
'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'
13+
'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'
1415
)
1516
}
1617

0 commit comments

Comments
 (0)