Преглед на файлове

:recycle: adding frontend for inbetween

tags/0.9.0
J преди 4 години
родител
ревизия
65a2ccf344
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3
    1
      vue-theme/src/pages/list.vue

+ 3
- 1
vue-theme/src/pages/list.vue Целия файл

@@ -16,7 +16,9 @@
16 16
 
17 17
         ul.posts.f-col(v-if="posts && loaded" :class="{ 'is-grid': grid }")
18 18
             li(v-for="(post, i) in posts" :key="post.slug").post.shadow
19
-                card(:content="post" :type="type" :wide="isWide")
19
+                card(v-if="!post.inbetween" :content="post" :type="type" :wide="isWide")
20
+                .f-row.w-max(v=v-else-if="post.inbetween")
21
+                    p {{ post.slug }}
20 22
         
21 23
         //- Important: Do NOT remove this! Required for intersection observer
22 24
         footer

Loading…
Отказ
Запис