added ask for a quote

This commit is contained in:
2021-06-11 11:41:15 +02:00
parent 4fe9f08b67
commit b27f1afa45
8 changed files with 19 additions and 7 deletions

View File

@ -21,7 +21,11 @@
{{ $t(variation_btn_txt[variation.id]) }}
</button>
</div>
<div v-if="product.id == 4">
<a href="mailto:info@materio.com?subject=Multi-Joueurs" class="btn">
{{ $t("default.Ask for a quote.") }}
</a>
</div>
</aside>
</article>
@ -48,6 +52,9 @@ export default {
6: 'OKAY!'
}
}
},
created(){
console.log('this.product', this.product)
}
}
</script>