vue路由变化时触发事件

watch:{
            
            $route:{
                handler(nv,ov){
                    this.ifmb=true;
                }
                
            },
            deep:true
        }

 

posted @ 2020-09-04 18:38  A-zero  阅读(3595)  评论(5编辑  收藏  举报