解决 sortable.js 拖拽关上新页面的问题,咱们只有在 mounted 中退出上面代码,阻止事件冒泡即可。 document.body.ondrop \= function (event) {event.preventDefault(); event.stopPropagation();} 起源 https://blog.csdn.net/weixin_…