Advertisement
krot

vue router.push

Mar 7th, 2020
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this.$router.push({name:this.menuItems[index].name},  
  2.                                                   () => {
  3.                                                    // window.alert('success') /* success triggered */
  4.                                                   },
  5.                                                   () => {
  6.                                                    // window.alert('fail')
  7.                                                   }
  8.                                                  
  9.   );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement