Linting.
This commit is contained in:
parent
27be1e0fa3
commit
6ad27959a6
|
@ -11,11 +11,11 @@ const chat = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submit(message) {
|
submit (message) {
|
||||||
this.$store.state.chat.channel.push('new_msg', {text: message}, 10000)
|
this.$store.state.chat.channel.push('new_msg', {text: message}, 10000)
|
||||||
this.currentMessage = '';
|
this.currentMessage = ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default chat;
|
export default chat
|
||||||
|
|
Loading…
Reference in New Issue