From 7ba6b240db8d7bc9f7bde9db076daacf851554bc Mon Sep 17 00:00:00 2001 From: bqy <1743369777@qq.com> Date: Fri, 11 Jun 2021 20:57:39 +0800 Subject: [PATCH] fix: progress components key is not unique MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 组件的key值应该是唯一的 --- src/packages/base-widgets/process/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/base-widgets/process/index.tsx b/src/packages/base-widgets/process/index.tsx index ba8f6fd..b000fa8 100644 --- a/src/packages/base-widgets/process/index.tsx +++ b/src/packages/base-widgets/process/index.tsx @@ -8,7 +8,7 @@ import { import { VisualEditorComponent } from '@/visual-editor/visual-editor.utils' export default { - key: 'divider', + key: 'process', moduleName: 'baseWidgets', label: '进度条', preview: () => ,