摘要:
1、ref 2、props传参,父级组件,修改传的参数,子组件通过watch观察props参数的变化 触发事件 阅读全文
摘要:
1、ref 2、新建vue实例 3、vuex 4、$emit 阅读全文
摘要:
created(){ console.log('created') this.PageIndex=2 }, mounted() { this.getAppData() console.log('mounted') }, computed: { apps(){ console.log('compute 阅读全文