Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- this.$router.push({name:this.menuItems[index].name},
- () => {
- // window.alert('success') /* success triggered */
- },
- () => {
- // window.alert('fail')
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement