mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 08:26:37 +08:00
Merge branch 'abp' of https://gitee.com/tyjctl/Yi into abp
This commit is contained in:
@@ -29,7 +29,7 @@ const props = defineProps({
|
||||
default: null,
|
||||
},
|
||||
// 当前的值
|
||||
value: [Number, String, Array],
|
||||
value: [Number, String, Array,Boolean],
|
||||
})
|
||||
|
||||
const values = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user