0👍
You need to have a app div around the component:
<div id ="app">
<chat>
</chat>
</div>
This is where the Vue application will be created.
Mick
Source:stackexchange.com
0👍
You need to have a app div around the component:
<div id ="app">
<chat>
</chat>
</div>
This is where the Vue application will be created.
Mick