mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
import Vue from 'vue'
|
|
import VueGtag from 'vue-gtag'
|
|
|
|
Vue.use(VueGtag, {
|
|
config: { id: 'G-0WLH5YTTB0' }
|
|
})
|