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 +