Рефакторинг

This commit is contained in:
Book Pauk
2019-02-18 15:00:20 +07:00
parent f9e000034f
commit c7db0ec643
5 changed files with 59 additions and 57 deletions

View File

@@ -201,7 +201,7 @@ class Reader extends Vue {
mounted() {
(async() => {
await bookManager.init(this.settings);
await bookManager.init();
await restoreOldSettings(this.settings, bookManager, this.commit);
if (this.$root.rootRoute == '/reader') {