Merge branches 'next' and 'next' of https://github.com/vueComponent/ant-design-vue into next

This commit is contained in:
tanjinzhou 2020-10-12 16:10:31 +08:00
commit 21cd0ae5cb
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 88970d13f8e2e6f5c96a28697fe0b399eccdcb07
Subproject commit 83ab203d1ab9861132f6efd1e74015507c0e45f6

View File

@ -27,7 +27,7 @@ const RenderEmpty = (props: RenderEmptyProps) => {
return <Empty />;
}
};
return () => renderHtml(props.componentName);
return renderHtml(props.componentName);
};
function renderEmpty(componentName?: string) {