2019-07-03 08:51:39 -03:00

13 lines
193 B
JavaScript

export default {
head() {
return {
htmlAttrs: {
lang: this.$i18n.locale(),
},
bodyAttrs: {
class: `page-name-${this.$route.name}`,
},
}
},
}