vue-router-prefetch icon indicating copy to clipboard operation
vue-router-prefetch copied to clipboard

Manual prefetching?

Open 9mm opened this issue 4 years ago • 1 comments

I have a custom <base-button /> that doesn't use router-link, but it does use $router.push(), is it possible to somehow bind this exact same functionality to something other than a router-link?

9mm avatar Sep 06 '21 15:09 9mm

Ah nevermind I somehow missed this in the docs. Is it possible to have more than one or is it just always going to be the one specified? There's hundreds of uses of both in the app so it's a bit tricky to try and change them all to a single component

9mm avatar Sep 06 '21 15:09 9mm