8000 Update App.vue · devfake/years-to-read@12db6dd · GitHub
[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenking123 authored Oct 3, 2018
1 parent fc27a4f commit 12db6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="translations-inner">
<div class="translation-items">
<div @click="chooseBookTranslation('en')">English</div>
<div @click="chooseBookTranslation('jp')">Japanese</div>
 <div @click="chooseBookTranslation('jp')">日本語</div>
<div @click="chooseBookTranslation('de')">Deutsche</div>
<div @click="chooseBookTranslation('fr')">Français</div>
</div>
Expand Down

0 comments on commit 12db6dd

Please sign in to comment.
0