Add logo.
This commit is contained in:
parent
a3b2be09b3
commit
ce5b3d4c92
6 changed files with 10 additions and 3 deletions
|
@ -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 }
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue