fix(client): Fix #6528

This commit is contained in:
syuilo 2020-07-12 11:36:28 +09:00
parent 7cbe95a1cf
commit 3c66990263

View file

@ -92,6 +92,10 @@ export default Vue.extend({
this.showing = true;
},
top() {
window.scroll({ top: 0, behavior: 'smooth' });
},
search() {
if (this.searching) return;