路由跳转
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了路由跳转相关的知识,希望对你有一定的参考价值。
<router-link class="tags_readMore" :to="{path:`/article/${item._id}`}">阅读全文>></router-link> 字符串拼接
<router-link to="/admin">hello</router-link> 直接跳转
<router-link :to="{path:‘admin‘}">hello</router-link> 直接跳转
this.$router.push({ path: ‘/admin/user‘ }); 方法中跳转
以上是关于路由跳转的主要内容,如果未能解决你的问题,请参考以下文章