vue-router在新窗口打开

let routeUrl = this.$router.resolve({name: 'index-id', params: {id: 123} });
window.open(routeUrl.href, '_blank');
相关推荐