mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
docs(migration): update comparison table (#2905)
This commit is contained in:
parent
538b4ab98d
commit
ff001f68e7
@ -36,13 +36,13 @@ Middleware | ✅ | ✅ | Yes
|
||||
Error Pages | ✅ | 🚧 | Yes
|
||||
Pages | ✅ | ✅ | Yes
|
||||
Pages: Dynamic Params | ✅ | ✅ | Yes
|
||||
Pages: _.vue | ✅ | ✅ | No
|
||||
Pages: _.vue | ✅ | ✅ | Yes (new naming system)
|
||||
Plugins | ✅ | ✅ | Yes (compatible by default)
|
||||
Store | ✅ | 🚧 | Yes
|
||||
Transitions | ✅ | 🚧 | ?
|
||||
Transitions | ✅ | ✅ | ?
|
||||
Suspense | ❌ | ✅ | -
|
||||
Options API: `asyncData` | ✅ | 🚧 | ?
|
||||
Options API: `fetch` | ✅ | 🚧 | ?
|
||||
Options API: `asyncData` | ✅ | ✅ | Yes (use `defineNuxtComponent`)
|
||||
Options API: `fetch` | ✅ | ❌ | Use `asyncData` instead
|
||||
|
||||
### Module Compatibility
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user