mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Attempt to fix #120
This commit is contained in:
parent
0e13447af1
commit
9361b052ff
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@ export default {
|
|||
*/
|
||||
displayMore() {
|
||||
this.numOfItems += this.perPage;
|
||||
|
||||
if (this.numOfItems > this.items.length) {
|
||||
this.numOfItems = this.items.length;
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue