diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue index 5d7b74fab..7c1d6a3ae 100644 --- a/src/components/VnTable/VnTable.vue +++ b/src/components/VnTable/VnTable.vue @@ -53,6 +53,10 @@ const $props = defineProps({ type: Boolean, default: true, }, + bottom: { + type: Object, + default: null, + }, cardClass: { type: String, default: 'flex-one', @@ -522,7 +526,24 @@ function handleOnDataSaved(_, res) {