0
0
Fork 0

refactor: refs #6977 fix VnImg props

This commit is contained in:
Jon Elias 2024-06-24 09:20:47 +02:00
parent da20abf34c
commit 50d135f282
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ const $props = defineProps({
default: 'lg', default: 'lg',
}, },
id: { id: {
type: Boolean, type: Number,
default: false, required: true,
}, },
}); });
const show = ref(false); const show = ref(false);