framework
framework copied to clipboard
feat(nuxt): typed router
❓ Type of change
- [ ] 📖 Documentation (updates to the documentation or readme)
- [ ] 🐞 Bug fix (a non-breaking change that fixes an issue)
- [x] 👌 Enhancement (improving an existing functionality like performance)
- [ ] ✨ New feature (a non-breaking change that adds functionality)
- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to change)
📚 Description
This PR is a prerelease integration of the new typed-routes feature in vue-router, for testing purposes. (cc: @posva)

Deploy Preview for nuxt3-docs canceled.
| Name | Link |
|---|---|
| Latest commit | 569b030a5907671d6d55a75769f805f6d2ff5a97 |
| Latest deploy log | https://app.netlify.com/sites/nuxt3-docs/deploys/62a361c11ed8c100076a96b2 |
Closing as vue-router is no longer exposing these types. Instead we'll follow progress on https://github.com/posva/unplugin-vue-router and will hopefully open another one in future.