Prefetch addtional files
egoist opened this issue ยท 1 comments
egoist commented
<router-link to="/foo" :prefetch-files="files">foo</router-link>
This will prefetch the route component for /foo
and files
which is an array of links to static files. We can reuse the prefetch
function here: https://github.com/GoogleChromeLabs/quicklink/blob/master/src/prefetch.mjs
egoist commented
๐ This issue has been resolved in version 1.1.0 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐