Do we have onComplete and onAbort callback using <router-link> like router.push(location, onComplete?, onAbort?)?

Viewed 3023

As we know we have onComplete and onAbort optional callback as 2nd and 3rd argument in router.push method.

router.push(location, onComplete?, onAbort?)

These callbacks will be called when the navigation either successfully completed, or aborted.

Do we have onComplete and onAbort callback using <router-link> ?

1 Answers
Related