Fix initial items per page

This commit is contained in:
Douglas Barone 2020-12-19 09:07:52 -04:00
parent c61894894e
commit 994bb2d9af

View File

@ -6,7 +6,6 @@
:items="items" :items="items"
:headers="headers" :headers="headers"
:search="search" :search="search"
items-per-page="20"
:footer-props="{ itemsPerPageOptions: [20, 40, 60, 80, 100] }" :footer-props="{ itemsPerPageOptions: [20, 40, 60, 80, 100] }"
dense dense
></v-data-table> ></v-data-table>