diff --git a/src/component/form-designer/src/componentsConfig.ts b/src/component/form-designer/src/componentsConfig.ts index c7153da..52cbbd8 100644 --- a/src/component/form-designer/src/componentsConfig.ts +++ b/src/component/form-designer/src/componentsConfig.ts @@ -481,13 +481,13 @@ export const layoutComponents = [ ]; -// export const chartComponents = [ -// { -// type: 'chart-pie', -// name: '饼图', -// icon: 'th', -// options: { +export const chartComponents = [ + { + type: 'chart-pie', + name: '饼图', + icon: 'th', + options: { -// }, -// }, -// ]; + }, + }, +];