Browse Source

:bug: moved class to remove warnings

tags/0.9.0
J 4 years ago
parent
commit
3f6f3bb1e6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vue-theme/src/pages/single.vue

+ 1
- 1
vue-theme/src/pages/single.vue View File

@@ -16,7 +16,7 @@
16 16
                 p start: {{ dateFrom(post.start) }}
17 17
                 p end: {{ dateFrom(post.end) }}
18 18
 
19
-        block.post-single.block-wrapper(v-for="(block, index) in post.blocks" :block="block" @open-gallery="openGallery" :key="`block-${index}`")
19
+        block(v-for="(block, index) in post.blocks" :block="block" @open-gallery="openGallery" :key="`block-${index}`" class="post-single block-wrapper")
20 20
 
21 21
         //- related artists section example layout
22 22
         section(v-if="type === 'episodes' && post" :post="post")

Loading…
Cancel
Save