vue实现新窗口打开页面

let routeData = this.$router.resolve({path: '/user/user-detail'});
window.open(routeData.href, '_blank');