1 { 2 path: '/Tree', 3 component: Tree, 4 children: [ 5 { 6 path: '/', 7 component: Come 8 } 9 ] 10 }