From 1990d8fd4b70aa2a59c9f66c540c7f78758f4c8a Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Tue, 31 May 2022 05:49:48 +0000 Subject: [PATCH] perf(a11y): add aria-checked attribute to switch --- .../components/VPSwitchAppearance.vue | 42 +++++++++++++++++-- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/src/client/theme-default/components/VPSwitchAppearance.vue b/src/client/theme-default/components/VPSwitchAppearance.vue index ff7d7ae8..b0993c5c 100644 --- a/src/client/theme-default/components/VPSwitchAppearance.vue +++ b/src/client/theme-default/components/VPSwitchAppearance.vue @@ -1,11 +1,47 @@