@@ -154,7 +154,7 @@
const that = this;
that.$set(that, `list`, [])
that.$set(that, `skip`, 0)
- that.$set(that, `limit`, 6)
+ that.$set(that, `limit`, 10)
that.$set(that, `page`, 0)
}
},