Работа над LibsPage

This commit is contained in:
Book Pauk
2020-10-29 23:05:26 +07:00
parent 18ac04bb0f
commit 25648e2327
4 changed files with 19 additions and 4 deletions

View File

@@ -149,7 +149,12 @@ class ExternalLibs extends Vue {
//this.commit('reader/setLibs', rstore.libsDefaults);
}
mounted() {
mounted() {
if (this.mode != 'liberama.top') {
this.$router.replace('/404');
return;
}
this.$refs.window.init();
this.opener = null;