Files
play/app/components/NavLink.vue
2025-01-02 18:23:18 +01:00

6 lines
130 B
Vue

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