Skip to content

mmlampinen/vue-hotjar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vue-hotjar

Hotjar plugin for Vue.js

How to use

Copy either the ts or js file into your plugin directory. Then in your main.[jt]s add the following :

import VueHotjar from './plugins/hotjar';

Vue.use(VueHotjar, { 
  id: '1234567',
  sv: '6' // optional, defaults to 6
});

About

Hotjar plugin for Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published