Skip to content

Commit

Permalink
assign name component
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Apr 3, 2024
1 parent 1744bc7 commit 6979a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default {
enhanceApp({ app }) {
enhanceAppWithTabs(app)
// register your custom global components
app.component('AsideTrustees')
app.component('aside-trustees', AsideTrustees)
}
} satisfies Theme

0 comments on commit 6979a76

Please sign in to comment.