delete alert style

This commit is contained in:
ailanyin
2023-05-17 09:56:28 +08:00
parent e9764b6eb3
commit 26d259e8f0
111 changed files with 7876 additions and 6223 deletions

View File

@ -8,7 +8,8 @@
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
"preview": "vite preview",
"format": "prettier --write \"**/*.{js,ts,tsx,jsx,vue,md}\""
},
"repository": {
"type": "git",
@ -37,6 +38,7 @@
"@vitejs/plugin-vue": "3.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/compiler-sfc": "3.2.45",
"prettier": "^2.8.8",
"sass": "1.56.1",
"unplugin-auto-import": "0.11.4",
"vite": "3.2.3",