返回

vue-draggable-resizable可拖拽放大缩小,删除的解决方法

发布时间:2023-02-12 11:04:41 228

<vue-draggable-resizable
v-for="(item,index) in pictureList"
:parent="true"
:w="item.width"
:h="item.height"
:key="index"
:y="item.y"
@activated="onActivated(index)">
onActivated(index){
let that = this
document.onkeydown = function(event){
if(event.code=="Delete"){
that.pictureList.splice(index,1)
}
}
}

特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报
评论区(0)
按点赞数排序
用户头像
精选文章
thumb 中国研究员首次曝光美国国安局顶级后门—“方程式组织”
thumb 俄乌线上战争,网络攻击弥漫着数字硝烟
thumb 从网络安全角度了解俄罗斯入侵乌克兰的相关事件时间线
下一篇
VUE时间范围选择的组件 2023-02-12 10:56:49