ソースを参照

: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
 
16
 
17
         ul.posts.f-col(v-if="posts && loaded" :class="{ 'is-grid': grid }")
17
         ul.posts.f-col(v-if="posts && loaded" :class="{ 'is-grid': grid }")
18
             li(v-for="(post, i) in posts" :key="post.slug").post.shadow
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
         //- Important: Do NOT remove this! Required for intersection observer
23
         //- Important: Do NOT remove this! Required for intersection observer
22
         footer
24
         footer

読み込み中…
キャンセル
保存