You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #2140
I would avoid using the async factory with vue router because it won't display while the router is waiting for navigation guards. It will only wait after the navigation is confirmed, to fetch the chunk of the page
Version
3.3.4
Reproduction link
https://gitee.com/chawpakto/VueAsyncLoadRouteDemo
Steps to reproduce
在Vue官方文档中的 异步组件 - 处理加载状态 的案例,为异步组件添加Loading过渡组件及Error错误组件
What is expected?
Loading组件及Error组件能正常为异步路由组件进行加载过渡及错误处理显示
What is actually happening?
在实际生成的页面中,Loading及Error组件无法正常作用于异步组件的加载过渡及错误处理
The text was updated successfully, but these errors were encountered: