Eduardo San Martin Morote
Eduardo San Martin Morote
- https://github.com/posva/unplugin-vue-router/issues/43#issuecomment-1983182057 Add to https://uvr.esm.is/guide/extending-routes.html#extending-routes-in-config - More examples - A guide to EditableTreeNode
In CI, we run build then vitest. This is because plugins depend on pinia to be there. I think this is a misconfiguration of Vitest and can and should be...
### Describe the bug It seems that there was a regression of https://github.com/vitest-dev/vitest/pull/5166 - `vitest --ui` - Resize splitpanes on the left - reload page - the left pane resets...
Previous #393 Goal: group common data in a route record. This could be used to: - implement redirect, route meta, etc without a component too. Maybe allow a file `+route.ts`...
### Environment - Operating System: Darwin - Node Version: v22.11.0 - Nuxt Version: - - CLI Version: 3.24.1 - Nitro Version: - - Package Manager: [email protected] - Builder: - -...
I'm trying to figure out a flexible API for `useInfiniteQuery()`. Goals are: - Allow to integrate with common practices (Elastic Search, GraphQL, others?) - Handle page based navigation - Handle...