码迷,mamicode.com
首页 > 其他好文 > 详细

vue 跳转打开新窗口

时间:2020-06-04 19:42:55      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:span   打开   style   router   his   res   window   bsp   nbsp   

1 const { href } = this.$router.resolve({
2     name: "router-name",
3     query: {
4         id: 1
5     }
6 });
7 window.open(href, ‘_blank‘);

 

vue 跳转打开新窗口

标签:span   打开   style   router   his   res   window   bsp   nbsp   

原文地址:https://www.cnblogs.com/dreamstartplace/p/13045437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!