Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina 2021-02-21 13:52:54 +09:00
commit b040c4da2f
64 changed files with 1253 additions and 248 deletions

View file

@ -192,8 +192,6 @@ export default (opts) => ({
this.items = this.items.slice(-opts.displayLimit);
this.more = true;
}
} else {
}
this.items.push(item);
// TODO