摘要: 1、ref 2、props传参,父级组件,修改传的参数,子组件通过watch观察props参数的变化 触发事件 阅读全文
posted @ 2017-08-04 17:11 sunsian 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 1、ref 2、新建vue实例 3、vuex 4、$emit 阅读全文
posted @ 2017-08-04 17:10 sunsian 阅读(1028) 评论(0) 推荐(0) 编辑
摘要: created(){ console.log('created') this.PageIndex=2 }, mounted() { this.getAppData() console.log('mounted') }, computed: { apps(){ console.log('compute 阅读全文
posted @ 2017-08-04 14:06 sunsian 阅读(4970) 评论(0) 推荐(0) 编辑