fix(client): Fix #6528
This commit is contained in:
parent
7cbe95a1cf
commit
3c66990263
|
@ -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 New Issue