mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-07 09:02:27 +00:00
Add vue-gtag
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
|
||||
import VueGtag from "vue-gtag";
|
||||
|
||||
import "bootstrap/dist/css/bootstrap.min.css";
|
||||
import "bootstrap/dist/js/bootstrap.min.js";
|
||||
import "mousetrap/mousetrap.min.js";
|
||||
@@ -8,4 +10,8 @@ import "mousetrap/mousetrap.min.js";
|
||||
import "./style.css";
|
||||
import "./xess.css";
|
||||
|
||||
createApp(App).mount("#app");
|
||||
createApp(App)
|
||||
.use(VueGtag, {
|
||||
config: { id: "G-YF11ZH9SYD" },
|
||||
})
|
||||
.mount("#app");
|
||||
|
Reference in New Issue
Block a user