From 981c4b775609d35d762dd77153c760580510aa18 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Wed, 4 Jul 2018 17:39:03 +0930 Subject: [PATCH] fix store -> typo --- themes-default/slim/static/js/templates/config.vue | 2 +- themes/dark/assets/js/templates/config.vue | 2 +- themes/light/assets/js/templates/config.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes-default/slim/static/js/templates/config.vue b/themes-default/slim/static/js/templates/config.vue index 114fe06ed1..e1049c6453 100644 --- a/themes-default/slim/static/js/templates/config.vue +++ b/themes-default/slim/static/js/templates/config.vue @@ -51,7 +51,7 @@ module.exports = { store, // eslint-disable-line no-undef computed: { config() { - return this.store.state.config; + return this.$store.state.config; } }, methods: { diff --git a/themes/dark/assets/js/templates/config.vue b/themes/dark/assets/js/templates/config.vue index 114fe06ed1..e1049c6453 100644 --- a/themes/dark/assets/js/templates/config.vue +++ b/themes/dark/assets/js/templates/config.vue @@ -51,7 +51,7 @@ module.exports = { store, // eslint-disable-line no-undef computed: { config() { - return this.store.state.config; + return this.$store.state.config; } }, methods: { diff --git a/themes/light/assets/js/templates/config.vue b/themes/light/assets/js/templates/config.vue index 114fe06ed1..e1049c6453 100644 --- a/themes/light/assets/js/templates/config.vue +++ b/themes/light/assets/js/templates/config.vue @@ -51,7 +51,7 @@ module.exports = { store, // eslint-disable-line no-undef computed: { config() { - return this.store.state.config; + return this.$store.state.config; } }, methods: {