dnd icon indicating copy to clipboard operation
dnd copied to clipboard

drag and drop 基于原生js的拖放库 带vue组件 兼容移动端, 兼容ie

Results 12 dnd issues
Sort by recently updated
recently updated
newest added

vue里用v-for 循环出来的draggable 组件 传data的数据会错乱

Cannot read property 'pageX' of undefined

移动端报错:Uncaught TypeError: Cannot read property 'pageX' of undefined,但是线上demo的就不报错

现在拖拽的时候相当于复制了一个出来,怎么才能始终就拖拽这一个元素呢?还有就是容器怎么才能只容纳一个元素呢

document.addEventListener('mouseup', this.onElMouseUp.bind(this)) 这个侦听是无法移除的,因为bind返回的是新函数

IE11兼容性有问题,根本玩不了

在存在滚动条的页面中了使用该库,滚动页面后,再拖拽元素会不跟鼠标

这个可以嵌套么?Droppable