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

View file

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