Небольшие поправки

This commit is contained in:
Book Pauk
2020-02-03 01:57:04 +07:00
parent 88cb02f6bc
commit 483092d40d
2 changed files with 8 additions and 4 deletions

View File

@@ -203,6 +203,9 @@ class App extends Vue {
return (this.mode !== null && this.mode != 'reader' && this.mode != 'omnireader');
}
set showAsideBar(value) {
}
get isReaderActive() {
return this.rootRoute == '/reader';
}