From c5b5e8c3a3d7921fd2fdeaf19fd2a299a0286692 Mon Sep 17 00:00:00 2001 From: zacharesmer Date: Sun, 26 Jan 2025 17:55:41 -0500 Subject: [PATCH] update skip link example code --- src/guide/best-practices/accessibility.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/guide/best-practices/accessibility.md b/src/guide/best-practices/accessibility.md index 6f7d797fba..2651f2d0b8 100644 --- a/src/guide/best-practices/accessibility.md +++ b/src/guide/best-practices/accessibility.md @@ -13,6 +13,7 @@ You should add a link at the top of each page that goes directly to the main con Typically this is done on the top of `App.vue` as it will be the first focusable element on all your pages: ```vue-html +