Skip to content

Commit c24a17d

Browse files
committed
fix(docs): add missing comma in theme index.ts
1 parent 9048e4b commit c24a17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const theme: Theme = {
2727
'aside-ads-before': () => h(AsideSponsors),
2828
// 'layout-top': () => h(VuejsdeConfBanner),
2929
'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
30-
'layout-top': () => h(MadVueBanner)
30+
'layout-top': () => h(MadVueBanner),
3131
})
3232
},
3333

0 commit comments

Comments
 (0)