feat(theme): export VPBadge (#3431)

pull/3432/head
lsh 6 months ago committed by GitHub
parent 3258cde376
commit 18981c1d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@ import type { Theme } from 'vitepress'
import VPBadge from './components/VPBadge.vue'
import Layout from './Layout.vue'
export { default as VPBadge } from './components/VPBadge.vue'
export { default as VPImage } from './components/VPImage.vue'
export { default as VPButton } from './components/VPButton.vue'
export { default as VPHomeHero } from './components/VPHomeHero.vue'

Loading…
Cancel
Save