|
@@ -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>
|