router.go after scrub

This commit is contained in:
Troplo 2020-08-23 23:03:38 +10:00
parent f23ad7f8fa
commit 3d0401556a

View file

@ -128,6 +128,7 @@
this.description.error = error.message
})
})
this.$router.go('/user/' + this.username)
},
scrubUsername () {
this.axios
@ -145,6 +146,7 @@
this.description.error = error.message
})
})
this.$router.go('/user/' + this.username)
},
getIndexFromRoute (path) {
let selectedIndex