fix: paginations
This commit is contained in:
@@ -49,7 +49,9 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<UPagination v-model:page="page" :total="total" :page-size="perPage" />
|
||||
<div class="flex justify-center items-center py-8">
|
||||
<UPagination v-model:page="page" :total="total" :page-size="perPage" />
|
||||
</div>
|
||||
<div v-if="productsList.length === 0" class="text-center py-8 text-gray-500 dark:text-gray-400">
|
||||
No products found
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user