Lazy bookshelf finalized

This commit is contained in:
advplyr 2021-12-01 19:07:03 -06:00
parent 5c92aef048
commit 1ef9a689bc
53 changed files with 914 additions and 795 deletions

View file

@ -17,7 +17,7 @@ export default {
width: Number,
height: Number,
groupTo: String,
isSearch: Boolean
isCategorized: Boolean
},
data() {
return {
@ -53,7 +53,7 @@ export default {
return this.store.state.showExperimentalFeatures
},
showCoverFan() {
return this.showExperimentalFeatures && this.windowWidth > 1024 && !this.isSearch
return this.showExperimentalFeatures && this.windowWidth > 1024 && !this.isCategorized
},
store() {
return this.$store || this.$nuxt.$store