vue路由变化时触发事件

watch:{
            
            $route:{
                handler(nv,ov){
                    this.ifmb=true;
                }
                
            },
            deep:true
        }
原文地址:https://www.cnblogs.com/azure-zero/p/13615541.html