Multiple routes of Vue are bound to the same component, resulting in the solution that created does not execute, and the problem that created does not execute

watch: {
    
    
    '$route' (to, from) {
    
    
      console.log(this.$route.params)
      // created to do sth.
    }
},

View front-end interview questions

Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_42981560/article/details/111058586