如题,请大神们帮忙解答。场景:列表页点击查看某一条新开一个详情窗口
<router-link :to="" target="_blank"></router-link>
试试看这个
this.$router.push网上搜下这个用法
可以用a标签实现
<a href="http://www.baidu.com" target="_blank">test</a>
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
试试看这个
this.$router.push
网上搜下这个用法
可以用a标签实现