当我尝试推送新路由时,总是捕获与“isAsyncWrapper”相关的错误;
async goToRoute({name}) {
try {
await this.$router.push({name})
} catch (err) {
throw new Error(Problem handling something: ${err}.); }
}
}
当我尝试推送新路由时,总是捕获与“isAsyncWrapper”相关的错误;
async goToRoute({name}) {
try {
await this.$router.push({name})
} catch (err) {
throw new Error(Problem handling something: ${err}.); }
}
}