forked from verdnatura/salix-front
refactor: refs #6977 fix VnImg props
This commit is contained in:
parent
da20abf34c
commit
50d135f282
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue