boardvie 수정

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

View File

@ -1,7 +1,8 @@
<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
<Profile profileName="만드레" />
<Comment /> <Comment />
</div> </div>
</div> </div>
@ -9,6 +10,7 @@
<script setup> <script setup>
import Profile from '@/components/Profile.vue';
import Comment from '@/components/Comment.vue'; import Comment from '@/components/Comment.vue';
</script> </script>