meteor-vuetify icon indicating copy to clipboard operation
meteor-vuetify copied to clipboard

children not work

Open ulises58 opened this issue 6 years ago • 0 comments

const routes = [ { path: '/', component: HomeComponent }, { path: '/users', name: 'page1', component: ### [UserComponent,](url) children: [ { path: 'a', component: Test1, } ], }, { path: '*', component: NotFoundComponent } ]

When trying to enter the child does not work, it just stays in the same place.

ulises58 avatar May 18 '19 06:05 ulises58