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 f7699d0 commit 4303cc9Copy full SHA for 4303cc9
1 file changed
app/components/Package/Keywords.vue
@@ -1,4 +1,6 @@
1
<script setup lang="ts">
2
+import { NuxtLink } from '#components'
3
+
4
defineProps<{
5
keywords?: string[]
6
}>()
0 commit comments