somewhat fix scrolling behaviour #127
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ const UserProfile = {
|
||||||
},
|
},
|
||||||
onTabSwitch (tab) {
|
onTabSwitch (tab) {
|
||||||
this.tab = tab
|
this.tab = tab
|
||||||
console.log(this.$router)
|
|
||||||
this.$router.replace({ hash: `#${tab}` })
|
this.$router.replace({ hash: `#${tab}` })
|
||||||
},
|
},
|
||||||
linkClicked ({ target }) {
|
linkClicked ({ target }) {
|
||||||
|
|
Loading…
Reference in a new issue