Questions
Integrating LiveLike chat with Vue web application
almost 4 years ago by Andy P
I'm running into problems integrating the live chat with our Vue application, getting the warning [Vue warn]: Failed to resolve component: livelike-chat
. I believe the problem stems from the fact that LiveLike init creates the chat into a <livelike-chat>
element but Vue sees the <livelike-chat>
tag and attempts to find a LivelikeChat component.
Is it possible to configure LiveLike chat to use a different element with a class or ID identifier so that Vue won't try to resolve it to a component? Something like <div id="livelike-chat"></div>