first init

This commit is contained in:
ISMAIL MASSERAN
2026-06-08 11:37:14 +08:00
commit 94ecbe5887
1058 changed files with 87732 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<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>