fix: 🐛 添加element-plus类型声明
Former-commit-id: fd992d108be10880bc42a79a2c330aa51ba3ce68
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["src/*"]
|
"@/*": ["src/*"]
|
||||||
},
|
},
|
||||||
"types": ["vite/client", "unplugin-icons/types/vue"],
|
"types": ["vite/client", "unplugin-icons/types/vue", "element-plus/global"],
|
||||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
|
||||||
"allowSyntheticDefaultImports": true /* 允许默认导入 */,
|
"allowSyntheticDefaultImports": true /* 允许默认导入 */,
|
||||||
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
|
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
|
||||||
|
|||||||
Reference in New Issue
Block a user