4
2
Fork 0

method to find current translation

This commit is contained in:
Erastus Amunwe 2020-10-27 22:41:27 +02:00
parent b8cd842804
commit 57c036032b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export default {
methods:{
t(i){
return this.translations.find(t => t.abbreviation === i)
},
},
async update_chapter() {
// this.loading = true
this.progress = 95