Доделал в начальном виде fb2-парсер
This commit is contained in:
@@ -78,6 +78,12 @@ class Reader extends Vue {
|
||||
this.$root.addKeyHook(this.keyHook);
|
||||
}
|
||||
|
||||
mounted() {
|
||||
/*while (this.lastOpenedBook) {
|
||||
this.commit('reader/delOpenedBook', this.lastOpenedBook);
|
||||
}*/
|
||||
}
|
||||
|
||||
get loaderActive() {
|
||||
return this.reader.loaderActive;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user