2.0.3 • Published 10 months ago

umi-plugin-multistage-route v2.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months 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

2.0.3

10 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago