6 lines
130 B
Vue
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>
|