This commit is contained in:
zyronon 2018-10-23 10:51:06 +08:00
parent f6de6ccdf6
commit 56a518eec8

View File

@ -6,7 +6,7 @@
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"push": "git add ./ && git commit -m 'dubug'" "push": "git add ./ && git commit -m 'dubug' && git push origin master"
}, },
"dependencies": { "dependencies": {
"vue": "^2.5.17", "vue": "^2.5.17",