Vuejs Trigger Function при изменении маршрута

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