From a30ada8282a6e33d74a91791143e77a49269c56b Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 9 Feb 2022 00:46:42 +0100 Subject: [PATCH] improve a11y / compress build, lighthouse --- components/Event.vue | 4 ++-- components/Footer.vue | 2 +- components/Nav.vue | 2 +- nuxt.config.js | 9 +++++---- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/components/Event.vue b/components/Event.vue index d84fff1a..c0bd9b31 100644 --- a/components/Event.vue +++ b/components/Event.vue @@ -19,7 +19,7 @@ client-only v-menu(offset-y) template(v-slot:activator="{on}") - v-btn.align-self-end(icon v-on='on' color='primary' alt='more') + v-btn.align-self-end(icon v-on='on' color='primary' aria-label='more') v-icon(v-text='mdiDotsVertical') v-list(dense) v-list-item-group @@ -44,7 +44,7 @@ v-list-item-content v-list-item-title {{$t('common.remove')}} template(#placeholder) - v-btn.align-self-end(icon color='primary' alt='more') + v-btn.align-self-end(icon color='primary' aria-label='more') v-icon(v-text='mdiDotsVertical')