boardvie 수정

This commit is contained in:
Dang 2024-12-16 16:17:05 +09:00
parent 994956b253
commit 44f33abc2f

View File

@ -1,14 +1,16 @@
<template>
<div class="container-xxl flex-grow-1 container-p-y">
<div class="row">
kllk123
<Comment/>
kllk
<Profile profileName="만드레" />
<Comment />
</div>
</div>
</template>
<script setup>
import Profile from '@/components/Profile.vue';
import Comment from '@/components/Comment.vue';
</script>