diff --git a/src/App.js b/src/App.js index 14a41af0..c326ddfc 100644 --- a/src/App.js +++ b/src/App.js @@ -16,7 +16,8 @@ export default { }), computed: { currentUser () { return this.$store.state.users.currentUser }, - style () { return { 'background-image': `url(${this.currentUser.background_image})` } } + style () { return { 'background-image': `url(${this.currentUser.background_image})` } }, + sitename () { return this.$store.state.config.name } }, methods: { activatePanel (panelName) { diff --git a/src/App.vue b/src/App.vue index 5d5463fb..d2b07d2b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@