Open heychazza opened 2 years ago
I had the same issue. I solved it by setting position:static;
in CSS for this wrapper .svgMap-map-image
I add setTimeout
as a workaround. I didn't have this issue with an older vue3 version.
onMounted(() => {
setTimeout(() => {
const map = new svgMap({
// ...
})
}, 0)
})
Hey buddy,
Currently facing this issue (https://github.com/bumbu/svg-pan-zoom/issues/308), not sure if its something that you would amend in the library. It only happens when using
v-show
orv-if
with vue (so not in sight until you click something).