Files
play/app/components/NavLink.vue
2025-01-02 21:58:06 +01:00

6 lines
138 B
Vue

<template>
<NuxtLink class="block py-2 text-white font-semibold leading-6" lg="inline text-sm py-0">
<slot />
</NuxtLink>
</template>