0

当我尝试推送新路由时,总是捕获与“isAsyncWrapper”相关的错误;

async goToRoute({name}) {
  try {
    await this.$router.push({name})
  } catch (err) {
    throw new Error(Problem handling something: ${err}.); }
  }
}

导航进程因错误“未捕获(承诺中)TypeError:i.type 未定义”而中断控制台日志路由器声明路由器实现

4

0 回答 0