Vue $route is not defined

后端 未结 6 1201
面向向阳花
面向向阳花 2021-01-01 09:05

I\'m learning Vue router. And I want to made programmatic navigation without using in templates file. My router and view:

 ro         


        
6条回答
  •  醉梦人生
    2021-01-01 09:39

    Thanks to Sandeep Rajoria

    we found solution, need to use this.$route except $route inside a component

提交回复
热议问题