Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit d2c0b26

Browse files
committed
fix(AppBar): add missing aria-label
1 parent ad00810 commit d2c0b26

File tree

1 file changed

+4
-1
lines changed
  • packages/@vuetify/presets/generator/templates/base/src/layouts/default

1 file changed

+4
-1
lines changed

packages/@vuetify/presets/generator/templates/base/src/layouts/default/AppBar.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<template>
22
<v-app-bar app>
3-
<v-app-bar-nav-icon @click="drawer = !drawer" />
3+
<v-app-bar-nav-icon
4+
aria-label="Toggle Navigation Drawer"
5+
@click="drawer = !drawer"
6+
/>
47

58
<v-toolbar-title>Application</v-toolbar-title>
69
</v-app-bar>

0 commit comments

Comments
 (0)