fix: some bug

This commit is contained in:
bqy_fe 2021-05-30 14:33:10 +08:00
parent 65493e128a
commit bbba1d863d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {