Skip to content

1.9.0

Compare
Choose a tag to compare
@CJY0208 CJY0208 released this 26 May 12:58
· 73 commits to master since this release
  • [兼容] react-router-dom v5.2.0
  • [拓展] cacheKey 允许传递 function 类型
<CacheRoute path="/item/:id" cacheKey={props => `Item_${props.match.params.id}`} />