vue3-draggable icon indicating copy to clipboard operation
vue3-draggable copied to clipboard

How to change cursor icon when I drag the item?

Open cuoppro9x opened this issue 4 years ago • 1 comments

Hello, it's a great plugin, I have 2 isses need asking.

  1. 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. .
  2. 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 avatar Oct 06 '21 08:10 cuoppro9x

@cuoppro9x for drag event you can use @update:modelValue="doSomething"

ecwio avatar Oct 29 '21 11:10 ecwio