Vue $route is not defined

后端 未结 6 1240
面向向阳花
面向向阳花 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:51

    If you're using vue v2 & vue-router v2 then in vue-cli generated boilerplate way to access router e.g. from component is to import router (exported in router/index.js)

    
    
                                     
                  
提交回复
热议问题