xutongzee 1 rok pred
rodič
commit
5a33f67995
1 zmenil súbory, kde vykonal 3 pridanie a 4 odobranie
  1. 3 4
      src/components/TheCharts/Item.vue

+ 3 - 4
src/components/TheCharts/Item.vue

@@ -38,6 +38,9 @@ const __common_comp__ = (ops) => {
   ])
 }
 
+// 三种类型
+// 积分排行、精华帖排行、点赞排行
+// 前三有个人 flag
 // 渲染Item `right component`组件
 const rendeTop = computed(() => {
   switch (Props.type) {
@@ -67,10 +70,6 @@ const rendeTop = computed(() => {
         <div class="signature">{{ signature }}</div>
       </div>
     </div>
-    <!-- 三种类型
-      积分排行、精华帖排行、点赞排行
-      前三有个人 flag
-    -->
     <div class="foote">
       <template v-if="idx <= 3">
         <component :is="rendeTop"></component>