Closed soutoigor closed 2 years ago
@soutoigor can you provide a repo link?
I've tested this and it seems to be working as expected:
useLink
The error you're getting seems to be related to it looking for a route which is not defined, have you setup the custom route options as shown in readme?
@soutoigor I'll close issue if I dont hear back from you within the next week, please let me know if you're still having issues.
Closed due to inactivity and lack of reproduction details.
Now with Vue 3 it's common that we use the
useLink
composable., and currently it's not being supported by the addon.The errors:
[Vue warn]: injection "Symbol([vue-router]: route location)" not found.
andTypeError: Cannot read properties of undefined (reading 'resolve')
are given.