From bbba1d863d01b987b1ae1ed21fbc7e80623e501a Mon Sep 17 00:00:00 2001 From: bqy_fe <1743369777@qq.com> Date: Sun, 30 May 2021 14:33:10 +0800 Subject: [PATCH] fix: some bug --- src/visual-editor/visual-editor.props.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/visual-editor/visual-editor.props.tsx b/src/visual-editor/visual-editor.props.tsx index ae6e78c..aa59d71 100644 --- a/src/visual-editor/visual-editor.props.tsx +++ b/src/visual-editor/visual-editor.props.tsx @@ -94,7 +94,7 @@ export function createEditorColorProp(label: string, defaultValue?: string): Vis export type VisualEditorSelectOptions = { label: string - val: string | number | boolean | object + value: string | number | boolean | object }[] interface EditorSelectProp {