diff --git a/.prettierrc b/.prettierrc index 05527f0..8e3c019 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,6 +1,7 @@ { "printWidth": 200, "singleQuote": true, - "trailingComma": "es5", + "semi": false, + "trailingComma": "all", "arrowParens": "always" } \ No newline at end of file diff --git a/src/component/form-designer/src/componentsConfig.ts b/src/component/form-designer/src/componentsConfig.ts index 8fdf7d0..77f83f8 100644 --- a/src/component/form-designer/src/componentsConfig.ts +++ b/src/component/form-designer/src/componentsConfig.ts @@ -229,7 +229,8 @@ export const basicComponents = [ }, { value: '下拉框2', - }, { + }, + { value: '下拉框3', }, ], @@ -480,7 +481,6 @@ export const layoutComponents = [ }, ]; - export const chartComponents = [ { type: 'chart-pie',