ScreamZ / vue-analytics

Google Universal Analytics support in Vue.js
Apache License 2.0
216 stars 27 forks source link

Failing to load minified js #23

Closed aschalund closed 6 years ago

aschalund commented 6 years ago

Having a weird issue with loading this into my project.

Uncaught TypeError: n.afterEach is not a function at d (vue-analytics.min.js?394b:1)

I am including the plugin as directed in the readme but when i run my main application it crashes on the above error.

Hope you can help. Let me know what else you would like to see.

ScreamZ commented 6 years ago

It depends on the instance of vueRouter you are passing to the config

Are you passing a true vue-router ?

aschalund commented 6 years ago

I was able to resolve this with a change to my router call.