瀏覽代碼

:sparkles: adding fallback image for cards | #145

tags/0.9.0
J 4 年之前
父節點
當前提交
21946e25f0
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      vue-theme/src/assets/craft-in-america-logo-00-placeholder.jpg
  2. 1
    1
      vue-theme/src/components/featured-image.vue

二進制
vue-theme/src/assets/craft-in-america-logo-00-placeholder.jpg 查看文件


+ 1
- 1
vue-theme/src/components/featured-image.vue 查看文件

@@ -6,7 +6,7 @@
6 6
     
7 7
     //- Errors
8 8
     p(v-else-if="hero && !hero.url") ERROR: hero url undefined
9
-    p(v-else) ERROR: no featured image or hero
9
+    img(v-else src="../assets/craft-in-america-logo-00-placeholder.jpg" alt="Placeholder - ERROR: no featured image or hero found")
10 10
 </template>
11 11
 
12 12
 <script>

Loading…
取消
儲存