1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

fix version mismatch of "@vue/cli-service" (#372)

This commit is contained in:
Scott Xu 2020-10-02 18:41:28 +08:00 committed by GitHub
parent bcb02965d2
commit 60c9b68c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@
"build": "vue-cli-service build"
},
"dependencies": {
"vue": "2.6.10"
"vue": "2.6.12"
},
"devDependencies": {
"@vue/cli-service": "^3.0.0",
"vue-template-compiler": "^2.5.21"
"vue-template-compiler": "^2.6.12"
}
}