1.0.5 • Published 3 years ago

umi-plugin-multistage-route v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

umi-plugin-multistage-route

多级路由装饰器,利用show和hide来保存父路由状态

Usage

在routes配置中,多极路由的父路由上增加属性multistage

multistage: boolean | {forceRender:boolean}

{
  path: 'multistage-routes',
  component: './demo/components/multistage-routes/index',
  multistage: true,
  routes: [
    {
      path: 'second',
      component: './demo/components/multistage-routes/second/index',
    }
  ]
}

LICENSE

MIT

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago