ammezie / laravel-chat

Build a chat app in Laravel
MIT License
123 stars 127 forks source link

addMessage error #17

Closed lstables closed 4 years ago

lstables commented 6 years ago

I have vue components setup and all is good but sending the message I get this error:

screen shot 2018-08-11 at 16 22 08

Any reason for this?

lstables commented 6 years ago

@ammezie Can you advise please?

jeremykenedy commented 4 years ago

The component was rendering before the global vue with that method.

It was defined in the to emit from chat.blade.php on line 15.