mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<script setup>
|
||||
defineProps({
|
||||
name: String,
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NuxtLink
|
||||
:to="`/dashboard/link?slug=${name}`"
|
||||
class="inline-flex items-center justify-start w-full"
|
||||
>
|
||||
<span class="w-full truncate">{{ name }}</span>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
Reference in New Issue
Block a user