Modified visual elements

This commit is contained in:
PascalMarchesseault
2024-06-26 22:54:03 -04:00
parent e734f0f839
commit da589ecc95
8 changed files with 194 additions and 53 deletions

View File

@@ -36,9 +36,7 @@ const props = defineProps({
post: {
type: Object,
required: true,
validator: (post) => {
return 'banner' in post && 'image' in post && 'name' in post && 'title' in post && 'description' in post;
}
}
});