1 min readJan 27, 2019
Thanks Hugo.
About your question, on your page/component you can return the title, and other data, as an object and use this.$t('')
to access your translation.
head() {
return {
title: this.$t('nav.contatti.title')
}
},