2018-12-21 14:49:27 +01:00

10 lines
114 B
JavaScript

export default {
head() {
return {
htmlAttrs: {
lang: this.$i18n.locale()
}
}
}
}