merge conflict, use v-slot:trigger, fix popover svg dimensions bug
This commit is contained in:
commit
19fc7dda9e
17 changed files with 232 additions and 125 deletions
|
@ -18,6 +18,7 @@ const chat = {
|
|||
actions: {
|
||||
initializeChat (store, socket) {
|
||||
const channel = socket.channel('chat:public')
|
||||
|
||||
channel.on('new_msg', (msg) => {
|
||||
store.commit('addMessage', msg)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue