Eliminado gtag
This commit is contained in:
parent
c4bd16db67
commit
df6f2da6a1
@ -16,7 +16,6 @@
|
||||
"pug": "2.0.4",
|
||||
"pug-plain-loader": "^1.0.0",
|
||||
"vue": "^3.0.0-rc.4",
|
||||
"vue-gtag": "^1.8.0",
|
||||
"vue-router": "^4.0.0-alpha.6",
|
||||
"vuex": "^4.0.0-alpha.1",
|
||||
"yaml": "^1.10.0",
|
||||
|
@ -7,7 +7,6 @@ dependencies:
|
||||
pug: 2.0.4
|
||||
pug-plain-loader: 1.0.0_pug@2.0.4
|
||||
vue: 3.0.0-rc.4
|
||||
vue-gtag: 1.8.0
|
||||
vue-router: 4.0.0-beta.3_vue@3.0.0-rc.4
|
||||
vuex: 4.0.0-beta.4_vue@3.0.0-rc.4
|
||||
yaml: 1.10.0
|
||||
@ -7840,10 +7839,6 @@ packages:
|
||||
vue: ^3.0.0-alpha.4
|
||||
resolution:
|
||||
integrity: sha512-/VRfs2kwRMw5fI/FBcT8y0eO3KGfxjwrunOkQTweywJKB9ac1HRM/NpeWPj+zR1K5fvdfnXoya4kSvtOtKZmFA==
|
||||
/vue-gtag/1.8.0:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-oM3DojStj3oLSgmgUTgKlj1nuUBK5u7nSzjn5BltbozmA72CjkRkMyZ/OfyVZwkHUS97Rh2LYf6QfwXMQ46ZRw==
|
||||
/vue-hot-reload-api/2.3.4:
|
||||
dev: true
|
||||
resolution:
|
||||
@ -8301,7 +8296,6 @@ specifiers:
|
||||
sass-loader: ^8.0.2
|
||||
vue: ^3.0.0-rc.4
|
||||
vue-cli-plugin-vue-next: ~0.1.3
|
||||
vue-gtag: ^1.8.0
|
||||
vue-router: ^4.0.0-alpha.6
|
||||
vuex: ^4.0.0-alpha.1
|
||||
yaml: ^1.10.0
|
||||
|
@ -1,6 +1,5 @@
|
||||
import { createApp } from 'vue';
|
||||
import App from './App.vue';
|
||||
import VueGtag from "vue-gtag";
|
||||
import router from './router';
|
||||
import store from './store';
|
||||
import "normalize.css";
|
||||
@ -10,9 +9,4 @@ import "./sass/colores.sass";
|
||||
const app = createApp(App);
|
||||
app.use(router);
|
||||
app.use(store);
|
||||
/*
|
||||
app.use(VueGtag, {
|
||||
config: {id: "UA-113477820-2"}
|
||||
}, router);
|
||||
*/
|
||||
app.mount('#app');
|
||||
|
Loading…
Reference in New Issue
Block a user