게시판 상세 추가

This commit is contained in:
kimdaae328 2024-12-16 16:21:25 +09:00
parent 528961561e
commit e95ddbbcde

View File

@ -3,6 +3,7 @@
<div class="row">
kllk
<Profile profileName="만드레야2" />
<BoardDetail>
<Comment />
</div>
</div>
@ -12,6 +13,7 @@
import Profile from '@/components/Profile.vue';
import Comment from '@/components/Comment.vue';
import BoardDetail from '@/components/BoardDetail.vue';
</script>