diff --git a/components/empty/index.tsx b/components/empty/index.tsx index 390ec8e90..9f86a51c2 100644 --- a/components/empty/index.tsx +++ b/components/empty/index.tsx @@ -75,9 +75,6 @@ const Empty = defineComponent({ /> ); }, - render() { - return ; - }, }); Empty.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;