elk/components/skip/SkipContentLink.vue
2024-04-06 00:26:22 +02:00

5 lines
89 B
Vue

<template>
<NuxtLink id="skip-content" sr-only>
<slot />
</NuxtLink>
</template>