From acca3a81c3096e24bff3524fbd3f12a55896c61c Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Mon, 23 May 2022 19:00:40 +0800 Subject: [PATCH] perf(a11y): add aria-checked attribute to switch --- .../components/VPSwitchAppearance.vue | 41 +++---------------- 1 file changed, 5 insertions(+), 36 deletions(-) diff --git a/src/client/theme-default/components/VPSwitchAppearance.vue b/src/client/theme-default/components/VPSwitchAppearance.vue index 2d83ed64..ff7d7ae8 100644 --- a/src/client/theme-default/components/VPSwitchAppearance.vue +++ b/src/client/theme-default/components/VPSwitchAppearance.vue @@ -1,50 +1,19 @@