We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cb481 commit a5eb8e1Copy full SHA for a5eb8e1
1 file changed
app/components/Tag/Link.vue
@@ -20,6 +20,7 @@ const { current, ...props } = defineProps<
20
</script>
21
22
<template>
23
+ <!-- This is only a placeholder implementation yet. It will probably need some additional styling, but note: A disabled link is just text. -->
24
<span v-if="disabled" class="opacity-50"><slot /></span>
25
<NuxtLink
26
v-else
0 commit comments