Skip to content

Instantly share code, notes, and snippets.

@gufranmirza
Created July 8, 2019 17:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gufranmirza/107ed47c03204f15aa6e115e376319fa to your computer and use it in GitHub Desktop.
Save gufranmirza/107ed47c03204f15aa6e115e376319fa to your computer and use it in GitHub Desktop.
// store/index.js
actions: {
nuxtServerInit ({ dispatch }, context) {
return Promise.all([
dispatch('user/nuxtServerInit', context),
dispatch('news/nuxtServerInit', context)
]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment