Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 316 Bytes

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
});