change search results to 10

This commit is contained in:
Gauthier Roebroeck 2019-12-12 15:29:57 +08:00
parent 9d82c96484
commit 8cd6c7ba09

View file

@ -75,7 +75,7 @@ export default Vue.extend({
loading: false,
series: [] as SeriesDto[],
books: [] as BookDto[],
pageSize: 5
pageSize: 10
}
},
watch: {