{
path: `${base}players/:playerId/`,
name: 'header',
component: Player,
children: [
{
path: `trxhistory`,
name: 'trxhistory',
component: TRXHistory
},
{
path: 'auditlog',
name: 'auditlog',
components: { default: Microfrontend },
props: { default: { name: 'auditlog', base: `${base}players` } }
},
// ...