Vuejs Trigger Fonction sur le changement d'itinéraire

watch:{
    $route (to, from){
        this.show = false;
    }
}
Helmi Nawawi