vue router - Named views alongside child routes -
this go haywire on me none of routes registering error logs claim.
{ path: '/auction', name: 'auction', // component: '/imports/ui/auctionpage.vue', components: { default: auctionpage, sidebar: filters, }, children: { path: 'item/:id', component: "modalcomponent" } },
perhaps there's way in can have sidebar view needs in root, auctionpage , modal has it's own path while not re-rendering infinite scroll.
i got router-view component in auctionpage i'm suppose to.
Comments
Post a Comment