Skip to content

Commit 63065f8

Browse files
committed
chore: remove VueMastery banner
1 parent 58844c0 commit 63065f8

File tree

2 files changed

+2
-312
lines changed

2 files changed

+2
-312
lines changed

.vitepress/theme/components/VueMasteryBanner.vue

Lines changed: 0 additions & 308 deletions
This file was deleted.

.vitepress/theme/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import './styles/index.css'
22
import { h, App } from 'vue'
33
import { VPTheme } from '@vue/theme'
44
import PreferenceSwitch from './components/PreferenceSwitch.vue'
5-
import VueMasteryBanner from './components/VueMasteryBanner.vue'
65
import {
76
preferComposition,
87
preferSFC,
@@ -11,14 +10,13 @@ import {
1110
import SponsorsAside from './components/SponsorsAside.vue'
1211
import VueJobs from './components/VueJobs.vue'
1312
import VueSchoolLink from './components/VueSchoolLink.vue'
13+
// import Banner from './components/Banner.vue'
1414

1515
export default Object.assign({}, VPTheme, {
1616
Layout: () => {
1717
// @ts-ignore
1818
return h(VPTheme.Layout, null, {
19-
banner: () => h('div', {}, [
20-
h(VueMasteryBanner)
21-
]),
19+
// banner: () => h(Banner),
2220
'sidebar-top': () => h(PreferenceSwitch),
2321
'aside-mid': () => h(SponsorsAside),
2422
'aside-bottom': () => h(VueJobs)

0 commit comments

Comments
 (0)