Merge branch 'abp' of https://gitee.com/tyjctl/Yi into abp

This commit is contained in:
tyjctl
2024-04-15 18:05:57 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ const props = defineProps({
default: null,
},
// 当前的值
value: [Number, String, Array],
value: [Number, String, Array,Boolean],
})
const values = computed(() => {