Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced components not work in vue-router #1767

Closed
dimensi opened this issue Sep 27, 2017 · 3 comments
Closed

Advanced components not work in vue-router #1767

dimensi opened this issue Sep 27, 2017 · 3 comments

Comments

@dimensi
Copy link

dimensi commented Sep 27, 2017

Version

Vue-router 2.7.0
Vue 2.4.4

Reproduction link

https://codesandbox.io/s/5zyw568ojk

Steps to reproduce

  1. create route
  2. add in component property, arrow func with object
() => ({
      component: import('./components/Calendar/Calendar.vue'),
      loading: PageLoader,
    })
  1. change network speed in devtools

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

@dimensi dimensi changed the title Loading component not show Advanced components not work in vue-router Sep 27, 2017
@yyx990803
Copy link
Member

From the docs you linked to:

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.

@affanshahid
Copy link

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.

@posva
Copy link
Member

posva commented Jul 17, 2018

See #2140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants