]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: remove banner
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 2 Jun 2025 07:48:21 +0000 (09:48 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 2 Jun 2025 07:48:21 +0000 (09:48 +0200)
packages/docs/.vitepress/theme/index.ts

index 0a388e796890e6e12206f44043a9c5aa742b6905..25da9d003a9f533110dbdb05e1b345d809640587 100644 (file)
@@ -8,7 +8,6 @@ import './styles/vars.css'
 import VueSchoolLink from './components/VueSchoolLink.vue'
 import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
 import status from '../translation-status.json'
-import MadVueBanner from './components/MadVueBanner.vue'
 
 const i18nLabels = {
   zh: '该翻译已同步到了 ${date} 的版本,其对应的 commit hash 是 <code>${hash}</code>。',
@@ -21,7 +20,6 @@ const theme: Theme = {
       // 'home-features-after': () => h(HomeSponsors),
       'aside-ads-before': () => h(AsideSponsors),
       'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
-      'layout-top': () => h(MadVueBanner),
     })
   },