Skip to content

Commit

Permalink
Sprache auf Deutsch gestellt
Browse files Browse the repository at this point in the history
  • Loading branch information
julia221501 committed Jul 8, 2022
1 parent 2595351 commit 63741f5
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 63741f5

Please sign in to comment.