Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Keep Nuxt's 'asyncData' and 'fetch' with 'data' #823

Merged
merged 4 commits into from Aug 17, 2019
Merged

chore: Keep Nuxt's 'asyncData' and 'fetch' with 'data' #823

merged 4 commits into from Aug 17, 2019

Commits on Feb 18, 2019

  1. 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.
    rchl committed Feb 18, 2019
    Copy the full SHA
    ffc3e0e View commit details
    Browse the repository at this point in the history
  2. Update order per review

    rchl committed Feb 18, 2019
    Copy the full SHA
    3aaa5e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Add also 'head' property

    rchl committed Feb 25, 2019
    Copy the full SHA
    1fdc10f View commit details
    Browse the repository at this point in the history
  2. Change order of 'head'

    rchl committed Feb 25, 2019
    Copy the full SHA
    a1119c1 View commit details
    Browse the repository at this point in the history