parent
58998c4978
commit
2eaad16331
|
@ -154,6 +154,7 @@ export const defaultConfigProvider: ConfigProviderInnerProps = {
|
||||||
return suffixCls ? `ant-${suffixCls}` : 'ant';
|
return suffixCls ? `ant-${suffixCls}` : 'ant';
|
||||||
},
|
},
|
||||||
iconPrefixCls: computed(() => defaultIconPrefixCls),
|
iconPrefixCls: computed(() => defaultIconPrefixCls),
|
||||||
|
getPopupContainer: computed(() => () => document.body),
|
||||||
};
|
};
|
||||||
|
|
||||||
export const useConfigContextInject = () => {
|
export const useConfigContextInject = () => {
|
||||||
|
|
Loading…
Reference in New Issue