Skip to content

Commit

Permalink
Merge pull request #80 from fhstp/featureLang
Browse files Browse the repository at this point in the history
set meta data to German (solves #71)
  • Loading branch information
alex-rind committed Jul 18, 2022
2 parents 2595351 + 63741f5 commit 5c1b90c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@
</div>
<router-view />
</template>

<script>
export default {
created() {
document.documentElement.setAttribute('lang', 'de')
}
}
</script>
<style></style>

0 comments on commit 5c1b90c

Please sign in to comment.