diff --git a/web/src/components/table/index.vue b/web/src/components/table/index.vue index 5d552162..88aecc75 100644 --- a/web/src/components/table/index.vue +++ b/web/src/components/table/index.vue @@ -55,7 +55,7 @@ const config = useConfig() const tableRef = ref>() const baTable = inject('baTable') as baTableClass -interface Props { +interface Props extends Partial>{ pagination?: boolean } const props = withDefaults(defineProps(), {