vue 2.6.11

This commit is contained in:
wh1te909
2019-12-15 06:38:25 +00:00
parent 12f72c1572
commit b36c947910
2 changed files with 43 additions and 90 deletions

View File

@@ -11,17 +11,17 @@
"axios": "^0.19.0",
"core-js": "^3.4.5",
"quasar": "^1.5.9",
"vue": "^2.6.10",
"vue": "^2.6.11",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-plugin-transform-imports": "1.5.0",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"babel-plugin-transform-imports": "2.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-quasar": "^1.0.0",
"vue-template-compiler": "^2.6.10"
"vue-template-compiler": "^2.6.11"
}
}