Skip to content

Commit 4303cc9

Browse files
committed
fix: add nuxtlink import
1 parent f7699d0 commit 4303cc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/components/Package/Keywords.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<script setup lang="ts">
2+
import { NuxtLink } from '#components'
3+
24
defineProps<{
35
keywords?: string[]
46
}>()

0 commit comments

Comments
 (0)