Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Does not support asynchronous drag and drop

Open likaixuan opened this issue 3 years ago • 2 comments

   <draggable :move="onMove"><draggable>

   methods:{
       onMove() {
           return new Promise((resolve, reject) => {
           // resolve(true) or resolve(false)
       });
    }
  }
  

likaixuan avatar Dec 01 '21 06:12 likaixuan

@likaixuan Did you solve this? Im having the same problem

ivolejon avatar Dec 14 '21 11:12 ivolejon

Same issues still on my side, version: "vuedraggable": "2.24.3",

njahic avatar Mar 13 '23 12:03 njahic