1 const { href } = this.$router.resolve({ 2 name: "router-name", 3 query: { 4 id: 1 5 } 6 }); 7 window.open(href, ‘_blank‘);
vue 跳转打开新窗口
原文:https://www.cnblogs.com/dreamstartplace/p/13045437.html