feat: 添加pinia

This commit is contained in:
王红彬
2024-09-06 16:29:15 +08:00
parent 868d1ffba4
commit 0abc33cee4
9 changed files with 86 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"types": [
"element-plus/global"
],