Currently only the element can be changed (by default DIV). It would be great if you could add a class name or id.
I think yo can add this feature on the render function instead of null
Chek this: https://vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth
@willywg , you can add class or id on component, like:
<vuedraggable id="draggable" class="class">
Most helpful comment
@willywg , you can add class or id on component, like:
<vuedraggable id="draggable" class="class">