update assets
This commit is contained in:
@@ -4136,12 +4136,12 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
|
|||||||
},
|
},
|
||||||
navBarContent: {
|
navBarContent: {
|
||||||
["x-show"]() {
|
["x-show"]() {
|
||||||
return this.showNavBar || this.$screen("md");
|
return this.showNavBar || this.$screen("lg");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
navBarThemeContent: {
|
navBarThemeContent: {
|
||||||
["x-show"]() {
|
["x-show"]() {
|
||||||
return this.showThemePopup || this.$screen("md");
|
return this.showThemePopup || this.$screen("lg");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
navBarThemeContentSystem: {
|
navBarThemeContentSystem: {
|
||||||
|
|||||||
Reference in New Issue
Block a user