Test matomo tracker
This commit is contained in:
@@ -11,6 +11,7 @@ import Swal from 'sweetalert2';
|
||||
import { Inertia } from '@inertiajs/inertia';
|
||||
import axios from 'axios';
|
||||
import * as commons from './common.js'
|
||||
// import VueMatomo from 'vue-matomo';
|
||||
|
||||
const appName = window.document.getElementsByTagName('title')[0]?.innerText || 'Laravel';
|
||||
|
||||
@@ -30,13 +31,20 @@ createInertiaApp({
|
||||
return createApp({ render: () => h(app, props) })
|
||||
.use(plugin)
|
||||
.use(ZiggyVue, Ziggy)
|
||||
// .use(VueMatomo, {
|
||||
// // Configure your matomo server and site by providing
|
||||
// host: 'https://matomo.soson.eu',
|
||||
// siteId: 3,
|
||||
// })
|
||||
.mixin({
|
||||
methods: {
|
||||
...commons,
|
||||
themes: () => Themes,
|
||||
},
|
||||
})
|
||||
.mount(el);
|
||||
// .provide('$matomo', VueMatomo)
|
||||
.mount(el)
|
||||
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user