mounted() {
// 阻止事件冒泡,防止在拖拽后意外打开新标签页
document.body.ondrop = function (event) {
event.preventDefault()
event.stopPropagation()
}
},
05-27
782

03-21
686

09-28
6704
