diff --git a/src/components/ui/VnPaginate.vue b/src/components/ui/VnPaginate.vue index ed0afc5d2e..fdd977552a 100644 --- a/src/components/ui/VnPaginate.vue +++ b/src/components/ui/VnPaginate.vue @@ -6,6 +6,10 @@ import { useArrayData } from 'composables/useArrayData'; const { t } = useI18n(); const props = defineProps({ + append: { + type: Boolean, + default: true, + }, dataKey: { type: String, required: true, @@ -155,11 +159,14 @@ defineExpose({ fetch, addFilter });