We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9048e4b commit c24a17dCopy full SHA for c24a17d
packages/docs/.vitepress/theme/index.ts
@@ -27,7 +27,7 @@ const theme: Theme = {
27
'aside-ads-before': () => h(AsideSponsors),
28
// 'layout-top': () => h(VuejsdeConfBanner),
29
'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
30
- 'layout-top': () => h(MadVueBanner)
+ 'layout-top': () => h(MadVueBanner),
31
})
32
},
33
0 commit comments