fix: set default showCover to false in PosCatalogCard component
This commit is contained in:
parent
f604014075
commit
0131115f1b
@ -7,7 +7,7 @@ withDefaults(defineProps<{
|
|||||||
coverImage?: MediaItem;
|
coverImage?: MediaItem;
|
||||||
showCover?: boolean;
|
showCover?: boolean;
|
||||||
}>(), {
|
}>(), {
|
||||||
showCover: true,
|
showCover: false,
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user