add element ui

This commit is contained in:
bossgeekgo
2024-02-11 22:23:23 +08:00
parent f2ffcbc77d
commit 053c047bb9
8 changed files with 450 additions and 13 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
{
"files": [],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }]
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }],
"compilerOptions": {
"types": ["element-plus/global"]
},
}