Skip to content

Commit f258533

Browse files
committed
1 parent 250e2e7 commit f258533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/afcl/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ import { useElementSize } from '@vueuse/core'
122122
const props = defineProps({
123123
options: Array,
124124
modelValue: {
125-
type: Array as PropType<(string | number)[]>,
125+
type: Array as PropType<(string | number)[] | (string | number)>,
126126
default: () => [],
127127
},
128128
multiple: {

0 commit comments

Comments
 (0)