:move="onMove"
onMove(e) { console.log(e); let moveName = e.draggedContext.element.name // 这个是当前拖拽的控件名 // 接下来判断该控件要不要拖进指定的容器 if(moveName == '禁止拖拽进容器的控件名' && e.to._prevClass=='要拖进的容器的class名')return false //符合条件返回false,否则返回true return true },
return false 即可实现不能拖拽进入标签:控件,false,weixin,blog,csdn,details,https From: https://www.cnblogs.com/-roc/p/17450839.html
https://blog.csdn.net/weixin_58018769/article/details/130380746