Skip to content

Instantly share code, notes, and snippets.

@emtudo
Last active December 11, 2017 11:31
Show Gist options
  • Save emtudo/8f688545d70edf645dac771a7365f9cf to your computer and use it in GitHub Desktop.
Save emtudo/8f688545d70edf645dac771a7365f9cf to your computer and use it in GitHub Desktop.
Promise.all
Promise.all([
promise1,
promise2,
promise3
]).then(() => {
return this.$router.push({'name': 'minha rota'})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment