somewhat fix scrolling behaviour #127

Merged
floatingghost merged 3 commits from scroll into develop 2022-08-11 17:25:43 +00:00
Showing only changes of commit 09a610e868 - Show all commits

View file

@ -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 }) {