forked from AkkomaGang/akkoma-fe
Linting.
This commit is contained in:
parent
27be1e0fa3
commit
6ad27959a6
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ const chat = {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
submit(message) {
|
||||
submit (message) {
|
||||
this.$store.state.chat.channel.push('new_msg', {text: message}, 10000)
|
||||
this.currentMessage = '';
|
||||
this.currentMessage = ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default chat;
|
||||
export default chat
|
||||
|
|
Loading…
Reference in a new issue