Side rail, book group cards, fix dropdown select

This commit is contained in:
advplyr 2021-09-24 07:32:38 -05:00
parent 31e109d0f0
commit 37c38e69df
24 changed files with 615 additions and 97 deletions

View file

@ -63,7 +63,7 @@ export default {
},
computed: {
showBack() {
return this.$route.name !== 'index'
return this.$route.name !== 'library-id'
},
user() {
return this.$store.state.user.user
@ -114,7 +114,7 @@ export default {
if (this.$route.name === 'audiobook-id-edit') {
this.$router.push(`/audiobook/${this.$route.params.id}`)
} else {
this.$router.push('/')
this.$router.push('/library')
}
},
cancelSelectionMode() {