You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Keep Nuxt's 'asyncData' and 'fetch' with 'data' (#823)
* chore: Keep Nuxt's 'asyncData' and 'fetch' with 'data'
Change the order of asyncData and fetch properties to be next
to data property. All those are function-wise more or less
equivalent so IMO it makes sense to keep them together. asyncData
and fetch are primarily for setting up component's data.
* Update order per review
* Add also 'head' property
* Change order of 'head'
0 commit comments