Работа над LibsPage (ExternalLibs)

This commit is contained in:
Book Pauk
2020-10-28 20:14:42 +07:00
parent 8c0f193738
commit 582203f5da
5 changed files with 36 additions and 204 deletions

View File

@@ -50,8 +50,8 @@ import Vue from 'vue';
import Component from 'vue-class-component';
import _ from 'lodash';
import Window from '../../share/Window.vue';
//import rstore from '../../../store/modules/reader';
import Window from '../share/Window.vue';
//import rstore from '../../store/modules/reader';
export default @Component({
components: {
@@ -70,7 +70,7 @@ export default @Component({
}
}
})
class LibsPage extends Vue {
class ExternalLibs extends Vue {
frameVisible = false;
startLink = '';
rootLink = '';
@@ -84,7 +84,7 @@ class LibsPage extends Vue {
//this.commit('reader/setLibs', rstore.libsDefaults);
}
init() {
mounted() {
this.$refs.window.init();
if (!this.frameSrc)
this.frameSrc = this.libs.startLink;