nuxt-typed-router 3.1.4-beta.0 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/module.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
[![npm downloads][npm-total-downloads-src]][npm-downloads-href]
|
|
17
17
|
<img src='https://img.shields.io/npm/l/nuxt-typed-router.svg'>
|
|
18
18
|
|
|
19
|
+
> ⚠️ Nuxt 3.4 introduced a breaking change in its router output
|
|
20
|
+
> Install `v3.1.4-beta.0` of nuxt-typed-router if you're using this Nuxt version
|
|
21
|
+
|
|
19
22
|
## Provide a type safe router to Nuxt with auto-generated typed definitions for route path, name and params
|
|
20
23
|
|
|
21
24
|
- Supports all programmatic navigation utils (`NuxtLink`, `useRouter`, `navigateTo`, `useRoute`, `useLocalePath`, etc...)
|
package/dist/module.json
CHANGED