Merge branch 'develop' of gitlab.ilaihua.com:laihua-web/laihua-toolkit into develop
Showing
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
}, | }, | ||
"lint-staged": { | "lint-staged": { | ||
"**/*.{js,vue}": [ | "**/*.{js,vue}": [ | ||
"prettier --write", | "prettier --write", | ||
"eslint --fix" | "eslint --fix" | ||
] | ] | ||
}, | }, | ||
... | @@ -34,8 +34,10 @@ | ... | @@ -34,8 +34,10 @@ |
"core-js": "^3.6.5", | "core-js": "^3.6.5", | ||
"register-service-worker": "^1.7.1", | "register-service-worker": "^1.7.1", | ||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-bus": "^1.2.1", | |||
"vue-router": "^3.2.0", | "vue-router": "^3.2.0", | ||
"vuex": "^3.4.0" | "vuex": "^3.4.0", | ||
"vue-js-modal": "^2.0.0-rc.6" | |||
}, | }, | ||
"config": { | "config": { | ||
"commitizen": { | "commitizen": { | ||
... | ... |
src/store/global.js
0 → 100644
src/store/modules/moduleA.js
0 → 100644
Please
register
or
sign in
to comment