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
如果搭配 "@ant-design-vue/pro-layout": "^1.0.11" 和 "ant-design-vue": "^1.7.8"
在vue2项目中 1 : less变量中通过modifyVars 修改 '@ant-prefix': 'prolayout' 2: App.vue中, ` ConfigProvider prefixCls="prolayout" ....router-view /ConfigProvider
` 会出现样式错误
这个版本的组件库中prefixCls写死了吗? 请问怎么配置呢?
The text was updated successfully, but these errors were encountered:
不支持
Sorry, something went wrong.
No branches or pull requests
🧐 问题描述 Problem Description
如果搭配
"@ant-design-vue/pro-layout": "^1.0.11"
和
"ant-design-vue": "^1.7.8"
在vue2项目中
1 : less变量中通过modifyVars 修改 '@ant-prefix': 'prolayout'
2: App.vue中,
`
ConfigProvider prefixCls="prolayout"
....router-view
/ConfigProvider
`
会出现样式错误
这个版本的组件库中prefixCls写死了吗? 请问怎么配置呢?
💻 示例代码 Sample code
🚑 其他信息 Other information
The text was updated successfully, but these errors were encountered: