inleft
2022-03-02 846bd0e9adb70bb23778045ee1a252a6a58adc4f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
    <div class="myFriend" style="min-height: 950px;">
 
        <h1 style="text-align: center;">碎碎念</h1>
        <comment></comment>
    </div>
</template>
 
<script>
    import comment from "../mini/box12-comment.vue"
    export default {
        components: {
            comment
        }
    }
</script>
 
<style>
</style>