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;
|
||||
showCover?: boolean;
|
||||
}>(), {
|
||||
showCover: true,
|
||||
showCover: false,
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user