Explorar el Código

:bug: template syntax list

tags/0.9.0
J hace 4 años
padre
commit
abb57778dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue Ver fichero

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(v-if="!post.inbetween" :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")
20
+                .f-row.w-max(v-else-if="post.inbetween")
21
                     p {{ post.slug }}
21
                     p {{ post.slug }}
22
         
22
         
23
         //- Important: Do NOT remove this! Required for intersection observer
23
         //- Important: Do NOT remove this! Required for intersection observer

Loading…
Cancelar
Guardar