-
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
TypeError: Cannot read properties of undefined (reading 'header') #254
Comments
Getting this too. And if you add the I'm on Interestingly enough, on Vue 3.4.15 with a default Vuetify setup, this library works with the same code. |
Getting the same error, but I'm not willing to install Vuetify :) |
package version: code:
换 |
this still not work with "vuedraggable": "^4.0.1", |
Updating Vue to latest will probably fix this, as it fixed mine. |
I fixed it by shutting down dev server and then running npm run dev again. "vue": "^3.4.27", "vuedraggable": "^4.1.0" |
Same here! |
Just shut down the server and then rerun. If still not work, install to the "vuedraggable": "^4.1.0", then rerun the server again |
package version: solution: it works for me! |
I currently getting this error on vue 3. This is my code
And this is the error show on my browser
The text was updated successfully, but these errors were encountered: