Skip to content

Commit a5eb8e1

Browse files
committed
Add comment
1 parent 23cb481 commit a5eb8e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/Tag/Link.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const { current, ...props } = defineProps<
2020
</script>
2121

2222
<template>
23+
<!-- This is only a placeholder implementation yet. It will probably need some additional styling, but note: A disabled link is just text. -->
2324
<span v-if="disabled" class="opacity-50"><slot /></span>
2425
<NuxtLink
2526
v-else

0 commit comments

Comments
 (0)