mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-15 21:39:58 +00:00
6 lines
89 B
Vue
6 lines
89 B
Vue
|
<template>
|
||
|
<NuxtLink id="skip-content" sr-only>
|
||
|
<slot />
|
||
|
</NuxtLink>
|
||
|
</template>
|