add google tracer

This commit is contained in:
liangping 2021-10-10 09:32:46 +08:00
parent 50623614ab
commit 9778a83916
4 changed files with 11251 additions and 9493 deletions

1773
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -61,6 +61,7 @@
"vue-flatpickr-component": "8.1.6",
"vue-flex-waterfall": "^1.0.7",
"vue-form-wizard": "0.8.4",
"vue-gtag": "^1.16.1",
"vue-i18n": "8.22.2",
"vue-loader": "^15.9.6",
"vue-perfect-scrollbar": "0.2.1",

View File

@ -7,6 +7,7 @@ import VueI18n from 'vue-i18n'
import ChainAPI from '@/libs/fetch'
import VueGtag from 'vue-gtag'
import router from './router'
import store from './store'
import App from './App.vue'
@ -19,6 +20,10 @@ import '@/libs/portal-vue'
import '@/libs/toastification'
import '@/libs/clipboard'
Vue.use(VueGtag, {
config: { id: 'UA-238887-1' },
})
Vue.use(VueI18n)
const i18n = new VueI18n({

18965
yarn.lock

File diff suppressed because it is too large Load Diff