Vue跳转在新窗口打开
Vue是单页面应用,想要跳转在新开窗口打开需要配置handleHelp () {const {href} = this.$router.resolve({path: '/pdf',query: {pdf: JSON.stringify(this.pdf)}})windo...
·
Vue是单页面应用,想要跳转在新开窗口打开需要配置
handleHelp () {
const {href} = this.$router.resolve({
path: '/pdf',
query: {
pdf: JSON.stringify(this.pdf)
}
})
window.open(href, '_blank')
}
更多推荐
已为社区贡献21条内容
所有评论(0)