Skip to content

Commit

Permalink
feat: expose theme default VPLink & VPSocialLink(s) component
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Sep 5, 2024
1 parent e8f7dd1 commit 4c09764
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/theme-default/without-fonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export { default as VPHomeContent } from './components/VPHomeContent.vue'
export { default as VPHomeHero } from './components/VPHomeHero.vue'
export { default as VPHomeFeatures } from './components/VPHomeFeatures.vue'
export { default as VPHomeSponsors } from './components/VPHomeSponsors.vue'
export { default as VPLink } from './components/VPLink.vue';
export { default as VPDocAsideSponsors } from './components/VPDocAsideSponsors.vue'
export { default as VPSocialLink } from './components/VPSocialLink.vue'
export { default as VPSocialLinks } from './components/VPSocialLinks.vue'
export { default as VPSponsors } from './components/VPSponsors.vue'
export { default as VPTeamPage } from './components/VPTeamPage.vue'
export { default as VPTeamPageTitle } from './components/VPTeamPageTitle.vue'
Expand Down

0 comments on commit 4c09764

Please sign in to comment.