mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-08-10 14:26:04 +08:00
fix(scope): fix some bugs
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"eslint:comment": "使用EsLint检查并自动修复src目录下所有扩展名为.js和.jsx",
|
||||
"eslint": "eslint --ext .js,.jsx --ignore-path .eslintignore --fix src",
|
||||
"prettier:comment": "自动格式化当前目录下的所有文件",
|
||||
"prettier": "prettier --write 'src/**/*.{js,jsx}'",
|
||||
"prettier": "prettier --write \"src/**/*.{js,jsx,vue}\"",
|
||||
"commit:comment": "引导设置规范化的提交信息",
|
||||
"commit": "git-cz",
|
||||
"husky": "npx husky install",
|
||||
@@ -50,6 +50,7 @@
|
||||
"qs": "^6.4.0",
|
||||
"uuid": "^11.1.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-advanced-cropper": "^1.11.7",
|
||||
"vue-clipboard2": "^0.3.0",
|
||||
"vue-cropper": "^0.5.8",
|
||||
"vue-hotzone": "^1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user