File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/docs/.vitepress/theme Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import VueSchoolLink from './components/VueSchoolLink.vue'
1212import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
1313import MasteringPiniaLink from './components/MasteringPiniaLink.vue'
1414import status from '../translation-status.json'
15- import MadVueBanner from './components/MadVueBanner.vue'
1615
1716const i18nLabels = {
1817 zh : '该翻译已同步到了 ${date} 的版本,其对应的 commit hash 是 <code>${hash}</code>。' ,
@@ -27,7 +26,6 @@ const theme: Theme = {
2726 'aside-ads-before' : ( ) => h ( AsideSponsors ) ,
2827 // 'layout-top': () => h(VuejsdeConfBanner),
2928 'doc-before' : ( ) => h ( TranslationStatus , { status, i18nLabels } ) ,
30- 'layout-top' : ( ) => h ( MadVueBanner ) ,
3129 } )
3230 } ,
3331
You can’t perform that action at this time.
0 commit comments