-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heatmap app level #9
Comments
Hi, I think you should be able to attach the directive to the template in the main.js, like this... export default new Vue({
el: '#app',
template: '<App v-heatmap/>',
components: { App },
}); |
I am also currently working on a scroll map, that will track the percentage of vertical views over your entire app. |
I am guessing you have external content that is loading after the Vue app initiates? |
Merged
I have added a PR that waits for the DOM to finish loading before building the heatmap. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! is there a way to track the entire use of an app, I have a lot of components and I want to track all of them but not separately.
Thanks!
The text was updated successfully, but these errors were encountered: