diff --git a/src/runtime/components/Link.vue b/src/runtime/components/Link.vue index bdcde2d9..4c29f4a1 100644 --- a/src/runtime/components/Link.vue +++ b/src/runtime/components/Link.vue @@ -102,6 +102,7 @@ defineOptions({ inheritAttrs: false }) const props = withDefaults(defineProps(), { as: 'button', type: 'button', + ariaCurrentValue: 'page', active: undefined, activeClass: '', inactiveClass: '' @@ -178,6 +179,7 @@ function resolveLinkClass({ route, isActive, isExactActive }: any) { (), { as: 'button', type: 'button', + ariaCurrentValue: 'page', active: undefined, activeClass: '', inactiveClass: '' @@ -204,6 +205,7 @@ function resolveLinkClass({ route, isActive, isExactActive }: any = {}) {