Add user words logic. Some refactiring.

Add async/await things. Fix back-up json.
This commit is contained in:
2019-03-10 13:36:15 +07:00
parent 915d35e295
commit a364ad84fa
8 changed files with 219 additions and 83 deletions

View File

@@ -21,7 +21,7 @@
</v-flex>
<v-flex xs12 sm10 offset-sm1>
<book-part-words :words="part.words"></book-part-words>
<book-part-words :data="part.words"></book-part-words>
</v-flex>
<v-flex xs12 sm10 offset-sm1 class="text-xs-center">
@@ -105,7 +105,7 @@
storedRating() {
const articlePart = this.currentUserArticlePart;
return articlePart ? articlePart.rating : 0;
}
},
},
methods: {
finishWork() {