diff --git a/src/runtime/components/data/Table.vue b/src/runtime/components/data/Table.vue index 1fb1e8c9..6c68eb8e 100644 --- a/src/runtime/components/data/Table.vue +++ b/src/runtime/components/data/Table.vue @@ -221,7 +221,7 @@ export default defineComponent({ default: false }, loadingState: { - type: Object as PropType<{ icon: string, label: string }>, + type: Object as PropType<{ icon: string, label: string } | null>, default: () => config.default.loadingState }, emptyState: {