摘要: 自定义指令 Vue.directive('removable', { bind(el, binding, vnode, oldVnode) { if (!binding) return el.onmousedown = e => { el.style.cursor = 'move' const [t 阅读全文
posted @ 2021-11-24 11:52 _senjer 阅读(238) 评论(0) 推荐(0)