improve a11y

This commit is contained in:
les
2021-07-15 23:40:58 +02:00
parent e18b56447a
commit 64e67eeba1
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
v-footer(color='secondary')
v-footer(color='secondary' aria-label='Footer')
v-dialog(v-model='showFollowMe' destroy-on-close max-width='700px')
FollowMe(@close='showFollowMe=false' is-dialog)