引入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

@@ -3,7 +3,12 @@
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"types": ["vite/client"],
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
/* Linting */
"strict": true,
"noUnusedLocals": true,