meteor-vuetify
meteor-vuetify copied to clipboard
children not work
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.