mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 05:11:31 -05:00
small fixes
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user