-- 样式修改

This commit is contained in:
yuping
2022-12-10 16:33:48 +08:00
parent 57916500fb
commit e905422a8e

View File

@@ -34,7 +34,7 @@ const props = defineProps({
})
const id = computed(() => {
return props.value
return props.value || null
})
const emit = defineEmits({})