From 07d27b057a52e13547897d885b1f23e171d87d57 Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Sat, 15 Aug 2020 15:34:42 +0800 Subject: [PATCH] chore: remove render in empty --- components/empty/index.tsx | 3 --- 1 file changed, 3 deletions(-) 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;