ant-design-vue
ant-design-vue copied to clipboard
全局a-config-provider设置的componentSize,在modal.confirm中没有生效
trafficstars
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
调用modal.confirm时,全局设置的componentSize生效
What does the proposed API look like?
全局a-config-provider设置的componentSize, 赋值到globalConfigForApi, 使其modal.confirm内部的定义a-config-provider也同步生效
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
因为Modal.confirm他是重新createApp创建的一个容器,没有兼容原有的appContext.