-
Notifications
You must be signed in to change notification settings - Fork 104
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
Error in directive sortable bind hook: "Sortable: el
must be HTMLElement, and not [object Undefined]"
#32
Comments
This component does not support vue2.0+ |
NOW I SEE! |
As a workaround, I just modified the code to work with vue 2.x like this:
|
This will work even better:
|
How come none of the PR's that look to fix the V2 compatibility issues are not being addressed? If people have gone to the trouble of fixing it... |
I'm also facing this issue 2.0 if go to 1.0 then it works. |
I have this error:
I use it on a parent element that wraps a v-for on an imported component.
Maybe Vue is still initialising? I see that my components are mounted after this error.
The text was updated successfully, but these errors were encountered: