Version
2.2.8
Environment
vue3 antd2.2.8
Reproduction link
https://github.com/vueComponent/ant-design-vue
Steps to reproduce
通过prefixCls修改类名,其他组件正常修改。
message和modal静态方法调用,如message.success等
What is expected?
出现的message、modal类名仍为.ant开头。
但通过组件调用方式的Modal是已修改的类名。
What is actually happening?
message类名被一并修改