chore: remove render in empty
parent
632da57962
commit
07d27b057a
|
@ -75,9 +75,6 @@ const Empty = defineComponent<EmptyProps>({
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
render() {
|
|
||||||
return <LocaleReceiver componentName="Empty" children={this.renderEmpty} />;
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Empty.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;
|
Empty.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;
|
||||||
|
|
Loading…
Reference in New Issue