vue 常用知识点

1.数据变更,页面渲染完成

this.$nextTick(function(){ alert('v-for渲染已经完成') }) 

 

2.iview select组件 setQuery用法

<Select ref="select">

this.$refs.select.setQuery('');

 

 

ue事件中如何使用event对象:https://jingyan.baidu.com/article/fec4bce2b53ad3f2618d8b3d.html

 
posted @ 2018-09-25 15:22  hellocn  阅读(186)  评论(0编辑  收藏  举报