Skip to content

Commit 11da86a

Browse files
committed
resolve import
1 parent 9656f85 commit 11da86a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/.vitepress/components/ShowcaseGrid/ShowcaseCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
<script setup lang="ts">
3232
import { withBase } from 'vitepress'
33+
import ShowcaseLinks from './ShowcaseLinks.vue'
3334
import type { ShowcaseEntry } from './types'
3435
3536
const props = defineProps<{ entry: ShowcaseEntry }>()

docs/.vitepress/components/ShowcaseGrid/ShowcaseGrid.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import { withBase } from 'vitepress'
3838
import { onMounted, onUnmounted, ref, watch } from 'vue'
3939
import ShowcaseCard from './ShowcaseCard.vue'
40+
import ShowcaseModal from './ShowcaseModal.vue'
4041
import { parseManifestAuthor, type ShowcaseEntry } from './types'
4142
4243
const entries = ref<ShowcaseEntry[]>([])

0 commit comments

Comments
 (0)