Update App.js

This commit is contained in:
Hakaba Hitoyo 2018-02-10 01:09:49 +00:00
parent 5dd4631860
commit f23940a153

View file

@ -27,7 +27,7 @@ export default {
style () { return { 'background-image': `url(${this.background})` } },
sitename () { return this.$store.state.config.name },
chat () { return this.$store.state.chat.channel.state === 'joined' },
showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel}
showInstanceSpecificPanel () { return this.$store.state.config.showInstanceSpecificPanel }
},
methods: {
activatePanel (panelName) {