This commit is contained in:
@@ -351,7 +351,7 @@ export default {
|
||||
);
|
||||
},
|
||||
showSmallBrandLogo() {
|
||||
return !this.hasSmallLogo && this.$vuetify.breakpoint.smAndDown;
|
||||
return !this.hasMediumLogo && this.$vuetify.breakpoint.smAndDown;
|
||||
},
|
||||
showLargeBrandLogo() {
|
||||
if (this.showSmallBrandLogo()) {
|
||||
@@ -370,7 +370,7 @@ export default {
|
||||
},
|
||||
showCustomSmallLogo() {
|
||||
//https://vuetifyjs.com/en/features/breakpoints/#breakpoint-service
|
||||
return this.hasSmallLogo && this.$vuetify.breakpoint.smAndDown;
|
||||
return this.hasMediumLogo && this.$vuetify.breakpoint.smAndDown;
|
||||
},
|
||||
showCustomMediumLogo() {
|
||||
return this.hasMediumLogo && this.$vuetify.breakpoint.mdOnly;
|
||||
|
||||
Reference in New Issue
Block a user