chore: remove render in empty

pull/2926/head
Amour1688 2020-08-15 15:34:42 +08:00
parent 632da57962
commit 07d27b057a
1 changed files with 0 additions and 3 deletions

View File

@ -75,9 +75,6 @@ const Empty = defineComponent<EmptyProps>({
/>
);
},
render() {
return <LocaleReceiver componentName="Empty" children={this.renderEmpty} />;
},
});
Empty.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;