diff options
| author | eal <eal@waifu.club> | 2018-02-01 18:19:36 +0200 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2018-02-01 18:19:36 +0200 |
| commit | 36e68fba961a46fcd6dda1a57471dcf10775c511 (patch) | |
| tree | 21dd7deace28b33296946714dc1c9561c6b4d30c /src/components/chat/chat.js | |
| parent | 90175a1872cace45ae0e410ed283fab25c9e42cd (diff) | |
| parent | 92289e545a62bd28ea336c5d712a05445e0e20ab (diff) | |
Merge branch 'develop' into feature/normal-emoji-completion
Diffstat (limited to 'src/components/chat/chat.js')
| -rw-r--r-- | src/components/chat/chat.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/components/chat/chat.js b/src/components/chat/chat.js deleted file mode 100644 index ef326d4a..00000000 --- a/src/components/chat/chat.js +++ /dev/null @@ -1,21 +0,0 @@ -const chat = { - data () { - return { - currentMessage: '', - channel: null - } - }, - computed: { - messages () { - return this.$store.state.chat.messages - } - }, - methods: { - submit (message) { - this.$store.state.chat.channel.push('new_msg', {text: message}, 10000) - this.currentMessage = '' - } - } -} - -export default chat |
