@click on top nav makes window scroll to top
This commit is contained in:
parent
e6f91badfb
commit
7b6719b96d
2 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,9 @@ export default {
|
|||
methods: {
|
||||
activatePanel (panelName) {
|
||||
this.mobileActivePanel = panelName
|
||||
},
|
||||
scrollToTop () {
|
||||
window.scrollTo(0, 0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue