Eduardo San Martin Morote
Eduardo San Martin Morote
I was thinking of adding it once a vitepress plugin can generate it well.
You can use `markRaw` to tell Vue to skip any property: ```js Object.defineProperty(outer, "prop", { value: markRaw(inner), writable: false, configurable: false, }); ```
Hello! Any reason to support this? Usually, a project has linting rules to avoid inconsistent case naming, so in this case, I would say it's better to only support lower...
Thanks for this. I think it's important to keep the convention of using a lowercase index file as allowing mixed case creates problems across operating systems
That’s another thing: Param matchers. Also planned thought!
AFAIK shouldn’t this just work? Or maybe I could use the join from pathe
A reproduction will still help for this. I don't have a windows to test right now thought
I don't have a windows machine but we have tests running through windows in CI, so it would be great if someone could at least open a PR with a...
Thanks but this wouldn't work for library custom components like RouterView or RouterLink in vue router. It would also be great to add a d-ts test to check for externally...
Yes, more or less. It should have a required key I think but it's indeed really nice to have it based on parameters when they are serializable. Maybe here the...