摘要:
class XX{ static hello(){ } hi(){ } } let x = new XX(); x.hi() XX.hello() 阅读全文
摘要:
完整的导航解析流程触发进入其它路由调用要离开路由的组件守卫beforeRouteLeave调用全局的前置守卫beforeEach在重用的组件里调用 beforeRouteUpdate在路由配置里调用 beforeEnter解析异步路由组件在将要进入的路由组件中调用beforeRouteEnter调用 阅读全文