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
在SwitchTabsLayout中配置footerRender={() => <Footer />},想在某些页面中隐藏footer, 在router.ts中配置hideFooter:true无效。
footerRender={() => <Footer />}
{ path: '/editor', name: 'editor', component: './Editor', layout: { hideFooter: true, }, },
The text was updated successfully, but these errors were encountered:
use-switch-tabs版本:0.2.3
Sorry, something went wrong.
这是 pro-layout 的功能吧,我有空看看 😂
No branches or pull requests
在SwitchTabsLayout中配置
footerRender={() => <Footer />}
,想在某些页面中隐藏footer, 在router.ts中配置hideFooter:true无效。The text was updated successfully, but these errors were encountered: