Add logo.

This commit is contained in:
Roger Braun 2017-02-16 17:44:36 +01:00
parent a3b2be09b3
commit ce5b3d4c92
6 changed files with 10 additions and 3 deletions

View file

@ -19,6 +19,7 @@ export default {
background () {
return this.currentUser.background_image || this.$store.state.config.background
},
logoStyle () { return { 'background-image': `url(${this.$store.state.config.logo})` } },
style () { return { 'background-image': `url(${this.background})` } },
sitename () { return this.$store.state.config.name }
},