chore: 引入vant组件

This commit is contained in:
zhangyh
2025-10-09 11:33:47 +08:00
parent ef6db09d46
commit 92d23601e3
7 changed files with 167 additions and 252 deletions

View File

@@ -3,6 +3,7 @@
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node","element-plus/global"]
"types": ["node", "vant/global"],
"skipLibCheck": true
}
}