vue 打开新窗口

const {href} = this.$router.resolve({
        name: 'foo',
        query: {
          bar
        }
      })
window.open(href, '_blank')

猜你喜欢

转载自www.cnblogs.com/youngMe/p/8918952.html