vue 路由跳转

vue 路由跳转 方法1–声明式(标签跳转): <router-link :to="index"></router-link> 因为路由里面有id 如果路由里面没有id, 方法2-编程式( js跳转): router.push('index')
相关文章
相关标签/搜索