added website to showromms #1374

This commit is contained in:
2021-09-03 11:06:09 +02:00
parent 9b49e1bf20
commit eed9c57c0b
10 changed files with 219 additions and 4 deletions

View File

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