vue-router源码之history类的浅析

2020-06-14 06:08:40易采站长站整理

}
this.pending = null
onComplete(route)
if (this.router.app) {
this.router.app.$nextTick(() => {
postEnterCbs.forEach(cb => { cb() })
})
}
})
})
}

结语:

每一次总结,都是对之前读源码的再一次深入的了解