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 9e4da4f commit 7441e8aCopy full SHA for 7441e8a
src/index.js
@@ -16,7 +16,7 @@ function plugin(app, axios) {
16
return
17
}
18
19
- if (!!!semver.valid(app.version)) {
+ if (semver.valid(app.version) == null) {
20
console.error('Unkown vue version')
21
22
0 commit comments