forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
29aeb0f082
commit
17b92c9db2
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ export default Vue.extend({
|
|||
|
||||
methods: {
|
||||
fetchMoreNotifications() {
|
||||
if (this.fetchingMoreNotifications) return;
|
||||
|
||||
this.fetchingMoreNotifications = true;
|
||||
|
||||
const max = 30;
|
||||
|
|
Loading…
Reference in a new issue