字典组件新增Boolean类型
This commit is contained in:
parent
d5ad7f85fd
commit
724e3e15c4
@ -21,7 +21,7 @@ const props = defineProps({
|
||||
default: null,
|
||||
},
|
||||
// 当前的值
|
||||
value: [Number, String, Array],
|
||||
value: [Number, String, Array, Boolean],
|
||||
showValue: false,
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user