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
Note that when used as a route component in vue-router, these properties will be ignored because async components are resolved upfront before the route navigation happens. You also need to use vue-router 2.4.0+ if you wish to use the above syntax for route components.
I am facing the same issue. The docs no longer show this message, I assumed the message was removed because vue-router now supports this. Is this incorrect? If so docs should show the message again.
Version
Vue-router 2.7.0
Vue 2.4.4
Reproduction link
https://codesandbox.io/s/5zyw568ojk
Steps to reproduce
What is expected?
I expect to see my component loader while the async component is loading
What is actually happening?
The loading component is not shown and the route is not changed until the async component loads.
Comments
https://vuejs.org/v2/guide/components.html#Advanced-Async-Components
The text was updated successfully, but these errors were encountered: