summaryrefslogtreecommitdiff
path: root/src/layouts/_sila/AppLayout.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/_sila/AppLayout.vue')
-rw-r--r--src/layouts/_sila/AppLayout.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layouts/_sila/AppLayout.vue b/src/layouts/_sila/AppLayout.vue
index 65e1d5ec..e494dda5 100644
--- a/src/layouts/_sila/AppLayout.vue
+++ b/src/layouts/_sila/AppLayout.vue
@@ -44,7 +44,8 @@ export default {
},
},
mounted() {
- this.$root.$on('refresh-application', () => this.refresh());
+ this.$root.$on('refresh-application', this.refresh);
+ this.$root.$on('change-theme', this.refresh);
},
methods: {
refresh() {