引入shadcn-vue

This commit is contained in:
2026-01-14 09:25:23 +08:00
parent 2940724a41
commit 4fc70bcbfe
13 changed files with 1116 additions and 198 deletions

View File

@@ -1,5 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2023",
"lib": ["ES2023"],