Eduardo San Martin Morote
Eduardo San Martin Morote
Can you share a failing test case?
The warning is actually correct: currently, only absolute paths are supported. Ideally, setting the path should work with both absolute and non-absolute paths, but that hasn't been implemented yet. Contribution...
It’s because in the build-time hooks to change routes you don’t get access to the route records, you get access to an editable tree node that then gets serialized into...
Yeah, it’s not intuitive. It will be improved sooner or later
Thanks for the feedback and the PRs (@robertmoura @jods4). This really helps to understand cases I didn't think about in the first place. I'm still a bit swamped with other...
Thanks! Maybe this could be possible by allowing the plugin to be instantiated multiple times and exposing each of them via different module `vue-router/auto-1` etc
I managed to partially fix this with a patch that adds `:host` to some selectors but the color mode is broken as some components relies on the html tag and...
It seems like the transition tests fail very often
I cannot reproduce with updated dependencies locally. This might be an issue with Vue 2 (deprecated), in which case, you will need to [check for Vue 2 support](https://github.com/vuejs/pinia/issues/new/choose)
I tested locally with an empty vite project `pnpm create vue` with both setup and option stores. It does work with numbers and Maps but you are right, it doesn't...