🐛 fix: eslint
Showing
... | @@ -58,6 +58,7 @@ | ... | @@ -58,6 +58,7 @@ |
"vue": "~2.6.14", | "vue": "~2.6.14", | ||
"vue-echarts": "5.0.0-beta.0", | "vue-echarts": "5.0.0-beta.0", | ||
"vue-router": "^3.5.3", | "vue-router": "^3.5.3", | ||
"vue-template-compiler": "^2.6.14", | |||
"vuex": "^3.6.2", | "vuex": "^3.6.2", | ||
"zx-count": "^0.3.7", | "zx-count": "^0.3.7", | ||
"zx-layouts": "^0.6.29", | "zx-layouts": "^0.6.29", | ||
... | @@ -92,7 +93,7 @@ | ... | @@ -92,7 +93,7 @@ |
"stylelint-config-prettier": "^9.0.3", | "stylelint-config-prettier": "^9.0.3", | ||
"stylelint-config-recess-order": "^3.0.0", | "stylelint-config-recess-order": "^3.0.0", | ||
"svg-sprite-loader": "^6.0.11", | "svg-sprite-loader": "^6.0.11", | ||
"vue-template-compiler": "^2.7.5", | "vue-template-compiler": "~2.6.14", | ||
"webpackbar": "^5.0.2" | "webpackbar": "^5.0.2" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
... | ... |
Please
register
or
sign in
to comment