gitee-router-react

0.7.0 • Public • Published

gitee-router-react

React 路由相关组件库

安装

npm install gitee-router-react

多个路由对应同一个组件的情况 [主要看path 字段]

{
    path: [
      ':pipelineId/builds/:buildId/view',
      ':pipelineId/builds/:buildId/stages/:stageBuildId/view',
      ':pipelineId/builds/:buildId/stages/:stageBuildId/jobs/:taskBuildId/view',
    ],
    exact: true,
    text: (t) => t('routes.gitee_go.pipelines'),
    component: NewBuildDetail,
  }

Package Sidebar

Install

npm i gitee-router-react

Weekly Downloads

3

Version

0.7.0

License

MIT

Unpacked Size

867 kB

Total Files

35

Last publish

Collaborators

  • normalcoder
  • hapboy
  • nanzm
  • chenqiongqiong
  • lc-soft
  • haohao666
  • javanoclaw
  • bluishoul
  • zhongjieling