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