Доделал в начальном виде fb2-парсер

This commit is contained in:
Book Pauk
2019-01-14 21:38:32 +07:00
parent 085bcac0b1
commit 475afa553c
2 changed files with 130 additions and 16 deletions

View File

@@ -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;
}