Skip to content

Commit 156e7cc

Browse files
committed
Add explicit import to avoic naming conflict
1 parent f2c5fc7 commit 156e7cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/components/Package/Card.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 Card from '../Card.vue'
3+
24
const props = defineProps<{
35
/** The search result object containing package data */
46
result: NpmSearchResult

0 commit comments

Comments
 (0)