Exploring html 5 drag and drop functionality using vue js has been a challenging experience for me.
After following the w3schools tutorial on drag and drop, I managed to get it working in a basic html file but faced difficulties when implementing it in my vue project.
If you're interested, here is the code and link to the tutorial I used: w3schools - drag: https://www.w3schools.com/jsref/event_ondrag.asp The error message I encountered reads as follows: Uncaught Reference Error: allowDrop is not defined
Despite defining all necessary methods within the method scope of vue js, the issue persisted.