mirror of
https://github.com/Dannecron/ich-lerne-deutsch.git
synced 2025-12-26 05:12:34 +03:00
Add user words logic. Some refactiring.
Add async/await things. Fix back-up json.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user