protable组件抽取,并绘制demo界面
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user