This commit is contained in:
syuilo 2018-10-09 22:48:45 +09:00
parent 731b663f5d
commit 009e33cd48

View File

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