Vue 监听路由变化

与method同级的:
 
    watch: {//监听路由变化
        $route(to,from){
           if(!(this.$route.params && this.$route.params.id)) {
              this.courseInfo = {}  //清空
           }
        }
    },

 

posted @ 2021-02-24 14:42  小庄的blog  阅读(77)  评论(0编辑  收藏  举报