1

解决sortable.js拖拽打开新页面的问题,我们只要在mounted中加入下面代码,阻止事件冒泡即可。

document.body.ondrop \= function (event) { event.preventDefault(); event.stopPropagation(); }

来源https://blog.csdn.net/weixin_...


666888
334 声望10 粉丝

知其然且知其所以然。