1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-15 13:30:05 +00:00
elk/components/skip/SkipContentLink.vue
2024-04-06 00:26:22 +02:00

6 lines
89 B
Vue

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