diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index eccc75d..8514a7f 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -25,6 +25,8 @@ import Popper from "vue3-popper"; const screenWidth = ref(screen.width) const screenHeight = ref(screen.height) +const hover = ref(false); +const hoverImage = ref(null); const sdropdown = ref([ { text: "Description", value: "typeName" }, @@ -72,6 +74,12 @@ const gchartEvents = ref({ }, }); +const onHover = (data) => { + console.log('HOVER',data.target.src); + hoverImage.value = data.target.src; + hover.value = !hover.value; +}; + const tproducts = computed(() => { console.log("PR=", products); console.log("CC=", countryCurrency.value); @@ -443,6 +451,7 @@ watch(ccodes, (codes) => { :settings="chart_settings" /> +
Currency recalculation
@@ -583,7 +592,9 @@ watch(ccodes, (codes) => { >