随笔分类 -  vue

摘要:先比较一下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)
摘要:es6(es2015)中引入了箭头函数,形如 () => { console.log('arrow function!'); } // 相当于 function() { console.log('arrow function!'); } 爱好新技术的我,当然是热情拥抱她,把所有的function 都 阅读全文
posted @ 2016-10-15 22:01 Yvanblog 阅读(472) 评论(0) 推荐(0)