]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: vuejs.de banner
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 Jun 2024 15:56:21 +0000 (17:56 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 Jun 2024 15:56:21 +0000 (17:56 +0200)
packages/docs/.vitepress/theme/index.ts

index 4ecb04919bd75f70b883f08a6598e533e3c2a92e..a6f93185205a01ee7b080e069379470634cfcd6f 100644 (file)
@@ -22,7 +22,7 @@ const theme: Theme = {
       // 'home-features-after': () => h(HomeSponsors),
       'aside-ads-before': () => h(AsideSponsors),
       'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
-      // 'layout-top': () => h(VuejsdeConfBanner)
+      'layout-top': () => h(VuejsdeConfBanner),
     })
   },