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> <template>
<div class="container-xxl flex-grow-1 container-p-y"> <div class="container-xxl flex-grow-1 container-p-y">
<div class="row"> <div class="row">
kllk123 kllk
<Comment/> <Profile profileName="만드레" />
<Comment />
</div> </div>
</div> </div>
</template> </template>
<script setup> <script setup>
import Profile from '@/components/Profile.vue';
import Comment from '@/components/Comment.vue'; import Comment from '@/components/Comment.vue';
</script> </script>