latelierco / vue-application-insights

MIT License
26 stars 9 forks source link

appInsights object not found in vue component #6

Open zeeshan09 opened 4 years ago

zeeshan09 commented 4 years ago

I'm trying to access the appInsights object inside my vue component, but I'm not able to. I tried the 'this.$appInsights' but it comes as undefined. I'm using vue with typescript. What should I do, please help.

DavidDeSloovere commented 4 years ago

Is this at run time of build time?

Jorgelig commented 3 years ago

this

What is the scope of 'this'? you can save this instance outside the local scope and use it within your function