small fixes

This commit is contained in:
vabene1111
2025-01-13 17:15:16 +01:00
parent 827efbd783
commit 2f991b5557
6 changed files with 91 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ const props = defineProps({
height: {type: String},
width: {type: String},
cover: {type: Boolean, default: true},
rounded: {type: Boolean as PropType<Boolean|String>, default: false},
rounded: {type: [Boolean, String], default: false},
})
const image = computed(() => {