slove-conflict
This commit is contained in:
commit
013f11497f
17 changed files with 1780 additions and 1594 deletions
|
@ -26,7 +26,7 @@ export default {
|
|||
logoStyle () { return { 'background-image': `url(${this.$store.state.config.logo})` } },
|
||||
style () { return { 'background-image': `url(${this.background})` } },
|
||||
sitename () { return this.$store.state.config.name },
|
||||
chat () { return this.$store.state.chat.channel },
|
||||
chat () { return this.$store.state.chat.channel.state === 'joined' },
|
||||
showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue