Issue in intercom integration with the vue3 app

Viewed 14

I am trying to integrate the intercom with the vue3 application. Facing with the "uncaught typeerror window.intercom is not a function". I have browsed for solutions, but can't resolve it.

This issue is when I try to install the intercom in the index.html file of the application

1 Answers

The issue is solved after I added the intercom installation code in a separate script tag in the head of the index.html file

Related