Files
My-KOPKB/fe/src/components/docs/ApiButton.vue
T
ISMAIL MASSERAN 94ecbe5887 first init
2026-06-08 11:37:14 +08:00

10 lines
198 B
Vue

<template>
<a
class="pr-3 pl-3.5 py-1 border border-foreground/30 bg-background/20 flex items-center gap-2 text-xs"
target="_blank"
v-bind="$attrs"
>
<slot />
</a>
</template>