javascript window.open() not working from a method

前端 未结 0 411
南旧
南旧 2020-12-19 12:19
async proceedTo() {
  this.$refs.registerForm.validate()
  if (!this.$refs.registerForm.validate()) {
    return
  }
  if (!this.user || !this.user._id) {
    return         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题