We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.7.6
windows10,google chrome 79.0.3945.130,vue 2.6.10
empty组件的class,会被改变成设置的prefixCls
empty组件的class,没有被改变成设置的prefixCls
https://github.com/vueComponent/ant-design-vue/blob/1.7.3/components/empty/index.jsx#L32 不应该使用ConfigConsumerProps.getPrefixCls方法 应该像下面代码,inject configProvider https://github.com/vueComponent/ant-design-vue/blob/1.7.3/components/input/Input.jsx#L62
The text was updated successfully, but these errors were encountered:
fix(empty): cannot get prefixCls in configProvider vueComponent#4446
prefixCls
configProvider
51b3f94
message configProvider prefixCls 也不生效 https://github.com/vueComponent/ant-design-vue/blob/next/components/message/index.tsx#L13
Sorry, something went wrong.
fix(empty): cannot get prefixCls in configProvider #4446 (#4447)
6953698
close #4446
message.config(options)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
John60676
No branches or pull requests
Version
1.7.6
Environment
windows10,google chrome 79.0.3945.130,vue 2.6.10
Reproduction link
Steps to reproduce
What is expected?
empty组件的class,会被改变成设置的prefixCls
What is actually happening?
empty组件的class,没有被改变成设置的prefixCls
https://github.com/vueComponent/ant-design-vue/blob/1.7.3/components/empty/index.jsx#L32
不应该使用ConfigConsumerProps.getPrefixCls方法
应该像下面代码,inject configProvider
https://github.com/vueComponent/ant-design-vue/blob/1.7.3/components/input/Input.jsx#L62
The text was updated successfully, but these errors were encountered: