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

 <router-link class="goDetail" :to="{name: 'detail',params: {id:item.id}}" target = _blank>查看详情</router-link>