vue3-draggable
vue3-draggable copied to clipboard
How to change cursor icon when I drag the item?
Hello, it's a great plugin, I have 2 isses need asking.
- How can I change the cursor icon when dragging the item? example: when I hover the item, the cursor is grab, but when I drag the item, the cursor will be grabbing not default. .
- How can I get the event when I drag and drop an item? I want to call a method when the item is dragged and dropped. . Hope your supports ! Many thanks
@cuoppro9x for drag event you can use @update:modelValue="doSomething"