samjonesigd / vue-image-zoomer

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

nextTick is not defined #18

Closed monkemedia closed 2 years ago

monkemedia commented 2 years ago

Good evening,

In Nuxt 3 (rc13), I get the following error ReferenceError: nextTick is not defined. However, the plugin still works.

image
MiladRST commented 2 years ago

That's true. I've faced the same error on Vue 3 ( 3.2.41 ).

samjonesigd commented 2 years ago

I'll fix this tonight

samjonesigd commented 2 years ago

Fixed here, I must have took this out by mistake #19

@monkemedia @MiladRST