cleanup
This commit is contained in:
parent
f69a12a912
commit
49aa2d5fb7
2 changed files with 6 additions and 17 deletions
|
@ -13,7 +13,6 @@ const chatPanel = {
|
|||
},
|
||||
methods: {
|
||||
submit (message) {
|
||||
console.log(this.currentMessage)
|
||||
this.$store.state.chat.channel.push('new_msg', {text: message}, 10000)
|
||||
this.currentMessage = ''
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue