Skip to content

Commit 18981c1

Browse files
authored
feat(theme): export VPBadge (#3431)
1 parent 3258cde commit 18981c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/client/theme-default/without-fonts.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import type { Theme } from 'vitepress'
1111
import VPBadge from './components/VPBadge.vue'
1212
import Layout from './Layout.vue'
1313

14+
export { default as VPBadge } from './components/VPBadge.vue'
1415
export { default as VPImage } from './components/VPImage.vue'
1516
export { default as VPButton } from './components/VPButton.vue'
1617
export { default as VPHomeHero } from './components/VPHomeHero.vue'

0 commit comments

Comments
 (0)