字典组件新增Boolean类型

This commit is contained in:
不做码农 2022-04-30 10:29:13 +08:00
parent d5ad7f85fd
commit 724e3e15c4

View File

@ -21,7 +21,7 @@ const props = defineProps({
default: null,
},
//
value: [Number, String, Array],
value: [Number, String, Array, Boolean],
showValue: false,
})