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'
12
12
import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
13
13
import MasteringPiniaLink from './components/MasteringPiniaLink.vue'
14
14
import status from '../translation-status.json'
15
- import MadVueBanner from './components/MadVueBanner.vue'
16
15
17
16
const i18nLabels = {
18
17
zh : '该翻译已同步到了 ${date} 的版本,其对应的 commit hash 是 <code>${hash}</code>。' ,
@@ -27,7 +26,6 @@ const theme: Theme = {
27
26
'aside-ads-before' : ( ) => h ( AsideSponsors ) ,
28
27
// 'layout-top': () => h(VuejsdeConfBanner),
29
28
'doc-before' : ( ) => h ( TranslationStatus , { status, i18nLabels } ) ,
30
- 'layout-top' : ( ) => h ( MadVueBanner ) ,
31
29
} )
32
30
} ,
33
31
You can’t perform that action at this time.
0 commit comments