Skip to content

Commit

Permalink
feat(theme): export VPBadge (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterroe committed Jan 10, 2024
1 parent 3258cde commit 18981c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/without-fonts.ts
Expand Up @@ -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'
Expand Down

0 comments on commit 18981c1

Please sign in to comment.