"src/page/main/authority/user/edit/index.vue" did not exist on "e7765b84fc0cc462f78c255dbdba0f3b5c471854"
fix cli command
Showing
... | ... | @@ -7,7 +7,7 @@ |
"build": "vite build", | ||
"preview": "vite preview", | ||
"lint": "eslint --ext .js,vue --ignore-pattern '!.*ignore' .", | ||
"lint:fix": "eslint --fix && prettier --config .prettierrc --write --write ." | ||
"lint:fix": "eslint --fix && prettier --config .prettierrc --write ." | ||
}, | ||
"dependencies": { | ||
"@element-plus/icons-vue": "^2.0.10", | ||
... | ... |
Please register or sign in to comment