diff --git a/src/components/board/BoardProfile.vue b/src/components/board/BoardProfile.vue index b79eece..5e925ec 100644 --- a/src/components/board/BoardProfile.vue +++ b/src/components/board/BoardProfile.vue @@ -1,40 +1,30 @@ @@ -64,10 +54,10 @@ const props = defineProps({ type: Boolean, default: true, }, - author: { - type: Boolean, - default: false, - }, + // author: { + // type: Boolean, + // default: true, + // }, views: { type: Number, default: 0, @@ -101,26 +91,10 @@ const handleDelete = async () => {