赞
踩
document.body.ondrop = function(event) { event.preventDefault(); event.stopPropagation();};
在created或者mounted中插入上边的代码就可以阻止这个问题