vue 单页应用点击某个连接,跳转到新页面的方式

<router-link class="goDetail" :to="{name: 'detail',params: {id:item.id}}" target = _blank>查看详情</router-link>
相关文章
相关标签/搜索