mathieustan / vue-intercom

A wrapper for Intercom
MIT License
18 stars 10 forks source link

Fix cannot read property 'init' of undefined #2

Open quidcain opened 3 years ago

quidcain commented 3 years ago

Hi. In the project I work we would often get Cannot read property 'init' of undefined. The reason was the following: intercom plugin (which sets window.Intercom) loaded faster than beforeCreate of this plugin got called. I'm including the fix that helped me in this PR. Most likely it produces a fair bit of bugs. But unfortunately I don't understand the current vue-intercom code. Can you explain these two if branches that I changed please? What is the reason for setting window.Intercom yourself?