mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
8 lines
175 B
Vue
8 lines
175 B
Vue
<template>
|
|
<NuxtLink
|
|
class="inline-flex items-center gap-x-2 px-1 py-0.5 rounded bg-blue-900 text-zinc-100 hover:bg-blue-800"
|
|
>
|
|
<slot />
|
|
</NuxtLink>
|
|
</template>
|