added website to showromms #1374
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user