Работа над 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

@@ -189,7 +189,7 @@ class App extends Vue {
}
get isReaderActive() {
return this.rootRoute == '/reader';
return (this.rootRoute == '/reader' || this.rootRoute == '/external-libs');
}
redirectIfNeeded() {