Closed minstn closed 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
this.$refs['vue-hover-zs']
mounted
null
I know this is more of a feature request, but would be amazing to have this fixed!
Feel like nextTick is better than using updated so its not firing a lot. #15
well done! all works nicely!
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']
inmounted
hook arenull
I know this is more of a feature request, but would be amazing to have this fixed!