摘要: class XX{ static hello(){ } hi(){ } } let x = new XX(); x.hi() XX.hello() 阅读全文
posted @ 2022-02-11 16:49 零碎沉默 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 完整的导航解析流程触发进入其它路由调用要离开路由的组件守卫beforeRouteLeave调用全局的前置守卫beforeEach在重用的组件里调用 beforeRouteUpdate在路由配置里调用 beforeEnter解析异步路由组件在将要进入的路由组件中调用beforeRouteEnter调用 阅读全文
posted @ 2022-02-11 11:00 零碎沉默 阅读(33) 评论(0) 推荐(0) 编辑