feat: 插入 svg 和 图标

This commit is contained in:
王红彬
2024-09-06 17:18:25 +08:00
parent a637deafd5
commit 67be5f2c79
30 changed files with 2274 additions and 9 deletions

View File

@@ -7,7 +7,8 @@
]
},
"types": [
"element-plus/global"
"element-plus/global",
"unplugin-icons/types/vue"
],
// 指定编译后的目标语言版本为 ECMAScript 2020
"target": "ES2020",