egoist/vue-router-prefetch

Timeout example

wishinghand opened this issue ยท 2 comments

Is the timeout option per route? I tried it with a 10 second timeout (10000ms) and it didn't seem to delay the loading of the route at all. I'd love to see a working example in the repo.

That's actually a bug, we should pass the timeout option to setTimeout here:

return setTimeout(() => {

๐ŸŽ‰ This issue has been resolved in version 1.6.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€