mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 01:15:58 +00:00
docs: add links to discussions for work-in-progress (#3005)
This commit is contained in:
parent
18d8bb2019
commit
47dfb7b519
@ -25,24 +25,25 @@ Noticeable and/or breaking changes for Nuxt 3 other than the requirements of Nux
|
|||||||
|
|
||||||
The below table highlights an overall feature comparison:
|
The below table highlights an overall feature comparison:
|
||||||
|
|
||||||
Feature / Version | Nuxt 2 | Nuxt 3 | Changes required
|
Feature / Version | Nuxt 2 | Nuxt 3 | Changes required | More information
|
||||||
--------------------------|---------|----------|------------------
|
--------------------------|---------|----------|---------------------------------|------------------
|
||||||
Vue Version | 2 | 3 | Yes
|
Vue Version | 2 | 3 | Yes |
|
||||||
`app.vue` | ❌ | ✅ | -
|
`app.vue` | ❌ | ✅ | - |
|
||||||
Assets | ✅ | ✅ | No
|
Suspense | ❌ | ✅ | - |
|
||||||
Components | ✅ | ✅ | No
|
Assets | ✅ | ✅ | No |
|
||||||
Layouts | ✅ | ✅ | Yes
|
Components | ✅ | ✅ | No |
|
||||||
Middleware | ✅ | ✅ | Yes
|
Layouts | ✅ | ✅ | Yes |
|
||||||
Error Pages | ✅ | 🚧 | Yes
|
Middleware | ✅ | ✅ | Yes |
|
||||||
Pages | ✅ | ✅ | Yes
|
Pages | ✅ | ✅ | Yes |
|
||||||
Pages: Dynamic Params | ✅ | ✅ | Yes
|
Pages: Dynamic Params | ✅ | ✅ | Yes |
|
||||||
Pages: _.vue | ✅ | ✅ | Yes (new naming system)
|
Pages: _.vue | ✅ | ✅ | Yes (new naming system) |
|
||||||
Plugins | ✅ | ✅ | Yes (compatible by default)
|
Plugins | ✅ | ✅ | Yes (compatible by default) |
|
||||||
Store | ✅ | 🚧 | Yes
|
Transitions | ✅ | ✅ | ? |
|
||||||
Transitions | ✅ | ✅ | ?
|
Options API: `asyncData` | ✅ | ✅ | Yes (use `defineNuxtComponent`) |
|
||||||
Suspense | ❌ | ✅ | -
|
Options API: `fetch` | ✅ | ❌ | Use `asyncData` instead |
|
||||||
Options API: `asyncData` | ✅ | ✅ | Yes (use `defineNuxtComponent`)
|
Error Pages | ✅ | 🚧 | Yes | [Handling runtime errors](https://github.com/nuxt/framework/discussions/559)
|
||||||
Options API: `fetch` | ✅ | ❌ | Use `asyncData` instead
|
Store | ✅ | 🚧 | Yes | [Global store support](https://github.com/nuxt/framework/discussions/571)
|
||||||
|
Static builds | ✅ | 🚧 | | [Route Caching rules (Hybrid)](https://github.com/nuxt/framework/discussions/560)
|
||||||
|
|
||||||
### Module Compatibility
|
### Module Compatibility
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user