|
@@ -73,7 +73,7 @@
|
|
|
<SettingsPage v-if="settingsActive" ref="settingsPage" @settings-toggle="settingsToggle"></SettingsPage>
|
|
|
<HelpPage v-if="helpActive" ref="helpPage" @help-toggle="helpToggle"></HelpPage>
|
|
|
<ClickMapPage v-show="clickMapActive" ref="clickMapPage"></ClickMapPage>
|
|
|
- <ServerStorage v-show="hidden" ref="serverStorage"></ServerStorage>
|
|
|
+ <!--ServerStorage v-show="hidden" ref="serverStorage"></ServerStorage-->
|
|
|
|
|
|
<el-dialog
|
|
|
title="Что нового:"
|
|
@@ -110,7 +110,7 @@ import RecentBooksPage from './RecentBooksPage/RecentBooksPage.vue';
|
|
|
import SettingsPage from './SettingsPage/SettingsPage.vue';
|
|
|
import HelpPage from './HelpPage/HelpPage.vue';
|
|
|
import ClickMapPage from './ClickMapPage/ClickMapPage.vue';
|
|
|
-import ServerStorage from './ServerStorage/ServerStorage.vue';
|
|
|
+//import ServerStorage from './ServerStorage/ServerStorage.vue';
|
|
|
|
|
|
import bookManager from './share/bookManager';
|
|
|
import readerApi from '../../api/reader';
|
|
@@ -130,7 +130,7 @@ export default @Component({
|
|
|
SettingsPage,
|
|
|
HelpPage,
|
|
|
ClickMapPage,
|
|
|
- ServerStorage,
|
|
|
+ //ServerStorage,
|
|
|
},
|
|
|
watch: {
|
|
|
bookPos: function(newValue) {
|
|
@@ -247,7 +247,7 @@ class Reader extends Vue {
|
|
|
|
|
|
mounted() {
|
|
|
this.updateHeaderMinWidth();
|
|
|
-
|
|
|
+
|
|
|
(async() => {
|
|
|
await bookManager.init(this.settings);
|
|
|
bookManager.addEventListener(this.bookManagerEvent);
|