2019-05-23 19:40:39 +02:00

13 lines
193 B
JavaScript

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