mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix(client): Fix #6528
This commit is contained in:
parent
d011ca8f64
commit
04cdbbaa33
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ export default Vue.extend({
|
|||
this.showing = true;
|
||||
},
|
||||
|
||||
top() {
|
||||
window.scroll({ top: 0, behavior: 'smooth' });
|
||||
},
|
||||
|
||||
search() {
|
||||
if (this.searching) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue