Eduardo San Martin Morote
Eduardo San Martin Morote
Thanks for sharing back!
Note worth including: - https://github.com/posva/pinia-colada/issues/271#issuecomment-2863346076 - https://github.com/vuejs/pinia/issues/2970 (should be implemented first)
This would be really nice for Vue Router: I use const enums as a trick to minimize the bundle a bit
@r-moret It just needs to be fixed (https://github.com/posva/pinia-colada/issues/178#issuecomment-2746105992). I still haven't had the time for it so feel free to give it a try!
Thanks for this. I really didn't expect people to fall into this but I was wrong
Do you mean the matcher? Or do you have some specific functions in mind? There is already an exposed `createMatcher()`. It's marked as internal of course as it's not intended...
It would be indeed great as long as it’s automatically generated. Otherwise it’s way too much work. The typedoc maybe have an option to add this but not that I...
Doing it partially (as in by fixing the ones you find) would be inefficient and waste time. It's either complete (probably more than 25 links) or nothing. And nothing ensures...
Closing as nobody took on this and as time passes the less value this has
Currently, you need to add the `force: true` option to `router.push()` (or preferably `router.replace()` for this to work), but it's currently internal and shouldn't be needed correct cases.