Test matomo tracker
This commit is contained in:
@@ -28,6 +28,7 @@ const screenHeight = ref(screen.height)
|
||||
const hover = ref(true);
|
||||
const hoverImage = ref(null);
|
||||
const selectedRow = ref(null);
|
||||
// const $matomo = inject('$matomo');
|
||||
|
||||
const sdropdown = ref([
|
||||
{ text: "Description", value: "typeName" },
|
||||
@@ -407,6 +408,7 @@ const showRow = async (item) => {
|
||||
country: settingsStore.country.code,
|
||||
});
|
||||
|
||||
console.log('MATOMO',$matomo);
|
||||
products.value = response.data.products;
|
||||
countryHash.value = response.data.countryHash;
|
||||
console.log("TEST=", response.data);
|
||||
|
||||
Reference in New Issue
Block a user