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
当 layout 不为 mix 时,菜单正下方的右下角有个 语言选择器无法关闭,翻阅 API https://procomponents.ant.design/components/layout#menu 无法找到对应的 API,通过.umi文件查得 API 是 rightContentRender ,但是这个 API 在文档中显示已经被替换。
可以通过 rightContentRender:false 关闭这个选择器。
在 src/.umi/plugin-layout/rightRender.tsx 中移除 <SelectLang />,或直接移除 rightRender.tsx 组件
<SelectLang />
rightRender.tsx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 bug 描述
当 layout 不为 mix 时,菜单正下方的右下角有个 语言选择器无法关闭,翻阅 API https://procomponents.ant.design/components/layout#menu 无法找到对应的 API,通过.umi文件查得 API 是 rightContentRender
,但是这个 API 在文档中显示已经被替换。
可以通过 rightContentRender:false 关闭这个选择器。
🏞 期望结果 | Expected results
在 src/.umi/plugin-layout/rightRender.tsx 中移除
<SelectLang />
,或直接移除rightRender.tsx
组件© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: