This commit is contained in:
syuilo 2018-10-09 22:48:45 +09:00
parent 29aeb0f082
commit 17b92c9db2
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ export default Vue.extend({
methods: { methods: {
fetchMoreNotifications() { fetchMoreNotifications() {
if (this.fetchingMoreNotifications) return;
this.fetchingMoreNotifications = true; this.fetchingMoreNotifications = true;
const max = 30; const max = 30;