瀏覽代碼

fixed mail link in showrooms

bach 3 年之前
父節點
當前提交
2305b7529e

文件差異過大導致無法顯示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-showrooms.bundle.js


二進制
web/themes/custom/materiotheme/assets/dist/module-showrooms.bundle.js.gz


文件差異過大導致無法顯示
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Content/Showroom.vue

@@ -9,7 +9,7 @@
     <section class="content">
       <address v-html="item.field_public_address" />
       <div class="phone" v-html="item.field_public_phone" />
-      <div class="email" v-html="item.field_public_email" />
+      <a class="email" :href="'mailto:'+item.field_public_email" v-html="item.field_public_email" />
     </section>
   </article>
 </template>

部分文件因文件數量過多而無法顯示