fix(defaultConfigProvider): add getPopupContainer (#6425), close #6419

pull/6428/head
Cherry7 2 years ago committed by GitHub
parent 58998c4978
commit 2eaad16331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,6 +154,7 @@ export const defaultConfigProvider: ConfigProviderInnerProps = {
return suffixCls ? `ant-${suffixCls}` : 'ant';
},
iconPrefixCls: computed(() => defaultIconPrefixCls),
getPopupContainer: computed(() => () => document.body),
};
export const useConfigContextInject = () => {

Loading…
Cancel
Save