Merge branches 'next' and 'next' of https://github.com/vueComponent/ant-design-vue into next
commit
21cd0ae5cb
|
@ -1 +1 @@
|
|||
Subproject commit 88970d13f8e2e6f5c96a28697fe0b399eccdcb07
|
||||
Subproject commit 83ab203d1ab9861132f6efd1e74015507c0e45f6
|
|
@ -27,7 +27,7 @@ const RenderEmpty = (props: RenderEmptyProps) => {
|
|||
return <Empty />;
|
||||
}
|
||||
};
|
||||
return () => renderHtml(props.componentName);
|
||||
return renderHtml(props.componentName);
|
||||
};
|
||||
|
||||
function renderEmpty(componentName?: string) {
|
||||
|
|
Loading…
Reference in New Issue