Open lhlyu opened 5 months ago
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.
Indeed, it works only with one level of children at the moment! This can be an improvement.
Thank you, hope to see it sooner.
eg:
The second and third layers appear to be on the same layer, lacking necessary indentation.