-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble in initializing zoom in Vue #136
Comments
Sorry, I don't know much about Vue. The I would check that the |
when i remove the _ready() function, TypeError: $(...).zoom is not a function error is out. |
Sound like when the zoom package was required it did not extend the same jQuery object that you are referencing when you type |
Thank you. |
Hi,
I tried to import jqyuery zoom into my vue project.
it prompt this error when i try to initalized the zoom :
TypeError: $(...)._ready is not a function
Please help me to find out if it works well with vue.
Thank you
The text was updated successfully, but these errors were encountered: