Skip to content

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

+4-1
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)