vue :调用子组件 ,watch props 时,监听不到

解决:

watch:{
  data:{
   immediate:true,
     handler:function(){
     
     }

  }
}   
  
posted @ 2017-11-15 17:59  徐弘历  阅读(15765)  评论(4编辑  收藏  举报