diff --git a/package.json b/package.json index 66cf5af9..1815f0ba 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "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", diff --git a/public/index.html b/public/index.html index 2f9acbf5..2278f671 100644 --- a/public/index.html +++ b/public/index.html @@ -34,5 +34,14 @@
+ + + diff --git a/src/main.js b/src/main.js index 9b2def33..6d720bde 100644 --- a/src/main.js +++ b/src/main.js @@ -7,7 +7,6 @@ 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' @@ -20,7 +19,7 @@ import '@/libs/portal-vue' import '@/libs/toastification' import '@/libs/clipboard' -Vue.use(VueGtag, { config: { id: 'UA-238887-1' } }, router) +// Vue.use(VueGtag, { config: { id: 'UA-238887-1' } }, router) Vue.use(VueI18n) diff --git a/yarn.lock b/yarn.lock index 88b75eb8..3420595d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11575,11 +11575,6 @@ vue-functional-data-merge@^3.1.0: resolved "https://registry.npmjs.org/vue-functional-data-merge/-/vue-functional-data-merge-3.1.0.tgz" integrity sha512-leT4kdJVQyeZNY1kmnS1xiUlQ9z1B/kdBFCILIjYYQDqZgLqCLa0UhjSSeRX6c3mUe6U5qYeM8LrEqkHJ1B4LA== -vue-gtag@^1.16.1: - version "1.16.1" - resolved "https://registry.npmjs.org/vue-gtag/-/vue-gtag-1.16.1.tgz" - integrity sha512-5vs0pSGxdqrfXqN1Qwt0ZFXG0iTYjRMu/saddc7QIC5yp+DKgjWQRpGYVa7Pq+KbThxwzzMfo0sGi7ISa6NowA== - vue-hot-reload-api@^2.3.0: version "2.3.4" resolved "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz"