mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(Breadcrumb): only apply aria-current="page" when link is active
This commit is contained in:
@@ -16,7 +16,8 @@ const items = [{
|
||||
label: 'Components',
|
||||
disabled: true
|
||||
}, {
|
||||
label: 'Breadcrumb'
|
||||
label: 'Breadcrumb',
|
||||
to: '/breadcrumb'
|
||||
}]
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user