Merge branch 'main' of http://192.168.0.251:3000/localnet/localhost-front
This commit is contained in:
commit
726b6bb979
@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<Profile profileName="만드레야2" />
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="d-flex justify-content-between align-items-center flex-wrap mb-6 gap-2">
|
||||
<div class="me-1">
|
||||
@ -40,7 +43,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
import Profile from './Profile.vue'
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<div class="container-xxl flex-grow-1 container-p-y">
|
||||
<div class="row">
|
||||
kllk
|
||||
<Profile profileName="만드레야2" />
|
||||
<BoardDetail />
|
||||
<Comment />
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user