fix: 🐛 锁定sass版本,目前1.79.x有问题

This commit is contained in:
ray
2024-10-08 15:36:11 +08:00
parent 20dc49df6c
commit 0783709ac7
2 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
"paths": {
"@/*": ["src/*"]
},
"types": ["vite/client", "unplugin-icons/types/vue", "element-plus/global"]
"types": ["vite/client", "element-plus/global"]
},
"include": [
"mock/**/*.ts",