Skip to content

Commit

Permalink
Add aria-description to AppNavigationItem
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Mar 14, 2022
1 parent a33d61e commit 839c811
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/AppNavigationItem/AppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Just set the `pinned` prop.
<!-- Icon and title -->
<a v-if="!undo"
class="app-navigation-entry-link"
:aria-description="ariaDescription"
href="#"
@click="onClick">

Expand Down Expand Up @@ -354,6 +355,13 @@ export default {
type: String,
default: 'bottom',
},
/**
* Entry aria details
*/
ariaDescription: {
type: String,
default: '',
},
},

data() {
Expand Down

0 comments on commit 839c811

Please sign in to comment.