anshengmecom
V2EX  ›  问与答

Vue-Router 多层路由

  •  
  •   anshengmecom · Oct 14, 2016 · 1211 views
    This topic created in 3521 days ago, the information mentioned may be changed or developed.

    比如下面的路径:

    http://localhost/users/list/info/UID
    

    我写成下面的路由配置貌似不太对

    {
        path: '/users', component: Users,
    
        children: [
          {
            path: 'list', component: UsersList,
            children: [
              {path: 'info/:id', component: UsersInfo},
              {path: 'change/:id', component: ChangeUsers},
            ]
          },
        ]
      },
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   962 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 19:02 · PVG 03:02 · LAX 12:02 · JFK 15:02
    ♥ Do have faith in what you're doing.