Last active
December 11, 2017 11:31
-
-
Save emtudo/8f688545d70edf645dac771a7365f9cf to your computer and use it in GitHub Desktop.
Promise.all
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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