摘要: 先比较一下iview和elementui对点击弹层以外的区别关闭弹层的代码实现: iview export default { bind (el, binding, vnode) { function documentHandler (e) { if (el.contains(e.target)) 阅读全文
posted @ 2020-08-18 18:04 Yvanblog 阅读(371) 评论(0) 推荐(0)