-
Notifications
You must be signed in to change notification settings - Fork 531
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
Weird DOM error #84
Comments
Same issue. Have you managed to fix it or find a workaround (or even a replacement)? |
@ClementT3 Your issue is multiple root nodes in the template. If you wrap them in a element it will go away. @superkooks Probably the same, but you provided no reference template. Something probably worth while doing is add some degree of error state/logging if someone does that. |
It turns out in my case I had set the slot wrong. It should be |
Yea, you are destructuring an object with two properties, element and index. If you want to not use name element, you can rename the destructured variable like so |
Thank you so much @Spice-King Docs are unclear because coming from Vue 2 I had |
This should be part of the documentation! I made a PR to add this - see #171 |
I'm getting a strange red error, but only in the DOM. Vanilla console / Vue utility do not show any error.
I'm using Vue 3 with Vuex 4 and VueDraggable 4.1.0
The error : image
I'm trying to setup a drag & drop nested list, here is my code :
If I try to write {{ categories }}, we can see that the store get is not a problem :
If have no idea why this is not working as intended, am I doing something wrong ?
The text was updated successfully, but these errors were encountered: