protable组件抽取,并绘制demo界面

This commit is contained in:
2024-10-15 15:37:50 +08:00
parent 9957857be0
commit 7c8d5644f7
18 changed files with 628 additions and 156 deletions

View File

@@ -9,12 +9,14 @@
}
],
"compilerOptions": {
"strict": true,
"alwaysStrict": true,
"strictFunctionTypes": true,
"target": "esnext",
"declaration": true,
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"jsxImportSource": "vue",
"allowJs": true,