Skip to content
Snippets Groups Projects
Commit 6ad27959 authored by Roger Braun's avatar Roger Braun
Browse files

Linting.

parent 27be1e0f
No related branches found
No related tags found
1 merge request!182Feature/chat
Pipeline #
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment