Attempt to fix #120

This commit is contained in:
An Phan 2016-04-01 17:33:14 +08:00
parent 0e13447af1
commit 9361b052ff

View file

@ -31,10 +31,6 @@ export default {
*/
displayMore() {
this.numOfItems += this.perPage;
if (this.numOfItems > this.items.length) {
this.numOfItems = this.items.length;
}
},
},