Rico
Results
3
comments of
Rico
如果在Tabs组件中切换子应用时,遇到这个问题的话,可以尝试给TabItem设置forceRender属性,或者给Tab设置destroyInactiveTabPane属性
突然找到一个layout 配置中用 childrenRender 方法,可实现以上效果 ``` export const layout: RunTimeLayoutConfig = ({ initialState }) => { return { rightContentRender: () => , footerRender: () => , childrenRender: (dom: JSX.Element, props: BasicLayoutProps)...
When will you upgrade to version 9.0.1 ?