mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-18 21:15:06 +08:00
fix: bugs
This commit is contained in:
@ -8,7 +8,7 @@ const props = defineProps({
|
||||
required: true
|
||||
},
|
||||
value: {
|
||||
type: [String, Number] as PropType<string | number>,
|
||||
type: [String, Number, Boolean] as PropType<string | number | boolean>,
|
||||
required: true
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user