fix(Breadcrumb): only apply aria-current="page" when link is active

This commit is contained in:
Benjamin Canac
2024-06-11 12:26:41 +02:00
parent 33713b200d
commit e5695e78bc
4 changed files with 28 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ describe('Breadcrumb', () => {
disabled: true
}, {
label: 'Breadcrumb',
to: '/breadcrumb',
icon: 'i-heroicons-link',
slot: 'custom'
}]