samjonesigd / vue-image-zoomer

Image zoom component for Vue.js
https://samueljon.es/vue-image-zoomer
MIT License
108 stars 10 forks source link

Component VueImageZoomer.vue is failing to load if used in Nuxt 3 #14

Closed minstn closed 2 years ago

minstn commented 2 years ago

See https://stackblitz.com/edit/nuxt-starter-bagzmx?file=components/VueImageZoomer.client.vue

Nuxt 3 3.0.0-rc.11

Looks like calls to this.$refs['vue-hover-zs'] in mounted hook are null

I know this is more of a feature request, but would be amazing to have this fixed!

samjonesigd commented 2 years ago

Feel like nextTick is better than using updated so its not firing a lot. #15

minstn commented 2 years ago

well done! all works nicely!