Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 662 Bytes

README.adoc

File metadata and controls

19 lines (10 loc) · 662 Bytes

Vue.js Async Components

About

This used to be a proof-of-existence for a Vue.js issue. This serves as a demo how Vue.js async components work.

How to use it

I encourage you to play around with it locally, change the timeout values in main.js and see how async components work in Vue.js.

Historic information

A PR is available here that fixed the original issue: vuejs/vue#9649

The source of this demo is available here: https://github.com/ahus1/vue-async-timeout

A demo how this affected Nuxt is available here: https://github.com/ahus1/nuxt-async-timeout