vue在新窗口打开界面

openNewRouter () {
    const {href} = this.$router.resolve({

    path: '/list',

    })

    window.open(href, '_blank')
}
发布了45 篇原创文章 · 获赞 15 · 访问量 13万+

猜你喜欢

转载自blog.csdn.net/qq_39364032/article/details/89552127
今日推荐