ソースを参照

Commented out post.galleries to display post.blocks print

troubleshoot problem with broken page
tags/0.9.0
Alej 5年前
コミット
3bc3d09a0a
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      vue-theme/src/pages/single.vue

+ 2
- 1
vue-theme/src/pages/single.vue ファイルの表示

@@ -14,8 +14,9 @@
14 14
             //- ?: are objects are always gallery blocks
15 15
             .gallery.block(v-if="typeof block === 'object'" :class="`gallery-${i}`")
16 16
                 p gallery number: {{ i }}
17
+                p {{ post.blocks }}
17 18
                 //- p ids: {{ post.galleries[block.gallery].innerHTML }}
18
-                .test(v-html="post.galleries[block.gallery].innerHTML")
19
+                //- .test(v-html="post.galleries[block.gallery].innerHTML")
19 20
                 //- ul.t-cntr(v-if="post.galleries[block.gallery]")
20 21
                 //-     li(v-for="(imageID, j) in getImageIdsForGallery(block.gallery)" :class="`gallery-${i}--image-${j+1}`" :key="`block-${i}-${j}`")
21 22
                 //-         img(@click="openGallery(i - 1, imageID)" :src="post.attached[imageID]['thumbnail']")

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