mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 03:10:42 +01:00
chore(SelectCustom): improve options type
This commit is contained in:
@@ -110,7 +110,7 @@ const props = defineProps({
|
|||||||
default: undefined
|
default: undefined
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
type: Array as PropType<{ [key: string]: any, disabled?: boolean }[]>,
|
type: Array as PropType<{ [key: string]: any, disabled?: boolean }[] | string[]>,
|
||||||
default: () => []
|
default: () => []
|
||||||
},
|
},
|
||||||
required: {
|
required: {
|
||||||
|
|||||||
Reference in New Issue
Block a user