boardvie 수정
This commit is contained in:
parent
994956b253
commit
44f33abc2f
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user