fixed mail link in showrooms
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user