Modified visual elements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user