vue父组件给子组件传的数组没改变

解决方法  数组改变值要用到$set方法
vue的$set方法  修改数组的值
this.$set(target,key,value);
posted @ 2019-12-13 16:03  紫幽蓝露  阅读(2542)  评论(0编辑  收藏  举报