eg:
<UDashboardSidebarLinks :links="links"/>
const links = [{
label: 'A',
icon: 'i-heroicons-home',
}, {
label: 'B',
icon: 'i-heroicons-cog-8-tooth',
children: [{
label: 'C',
}, {
label: 'D',
children: [{
label: 'E',
}]
}],
}]

The second and third layers appear to be on the same layer, lacking necessary indentation.
eg:
The second and third layers appear to be on the same layer, lacking necessary indentation.