feat(ui): 函数管理

This commit is contained in:
廖彦棋
2024-03-07 11:40:57 +08:00
parent ecc5a52232
commit 08b498fccd
17 changed files with 506 additions and 17 deletions

View File

@@ -3,6 +3,8 @@
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"strict": false,
"noImplicitAny": false,
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",