mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-31 01:24:42 +02:00
💚 Fix ordering issue raised by CI
This commit is contained in:
parent
af8959483f
commit
54c8805cd4
@ -88,12 +88,12 @@ export default {
|
|||||||
visibleComponents() {
|
visibleComponents() {
|
||||||
return this.$store.getters.visibleComponents;
|
return this.$store.getters.visibleComponents;
|
||||||
},
|
},
|
||||||
},
|
searchVisible() {
|
||||||
data() {
|
return this.$store.getters.visibleComponents.searchBar;
|
||||||
return {
|
},
|
||||||
settingsVisible: this.getSettingsVisibility(),
|
settingsVisible() {
|
||||||
searchVisible: (this.visibleComponents || defaultVisibleComponents).searchBar,
|
return this.getSettingsVisibility();
|
||||||
};
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
userIsTypingSomething(something) {
|
userIsTypingSomething(something) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user