ant-design-vue
ant-design-vue copied to clipboard
Bug - ConfigProvider 组件 设置了 prefixcls后 Modal 内 prefixcls 未更改 。4.2.1版本
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
undefined
Environment
vue - 3.4.23 和 antd-desinger-vue - 4.2.0
Reproduction link
https://www.antdv.com/components/config-provider-cn
Steps to reproduce
main.ts内 ConfigProvider.config({ prefixCls: 'blr', }); 根节点内 ConfigProvider.config({ prefixCls: 'blr', }); 根据less-loader 修改 @ant-prefixCls 都无用
此时 打开谷歌 devtools 发现 prefixCls 还是 ant
What is expected?
Modal prefixCls 应该为 blr
What is actually happening?
此时 打开谷歌 devtools 发现 prefixCls 还是 ant
希望 antv 团队有时间看一下 ,辛苦各位老师们。
antd-desinger-vue 与 antd-desinger config 配置有出入的。
用法功能一样, 文档那边没写清楚
从 源码 去看入参是和antd有出入的
https://www.antdv.com/components/config-provider-cn
哪种能达到效果就先用哪种呗
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