Skip to content

Commit c4b999b

Browse files
committed
remove vueschool banner
1 parent 9afb72b commit c4b999b

File tree

3 files changed

+0
-291
lines changed

3 files changed

+0
-291
lines changed

.vitepress/theme/components/VueSchoolBanner.vue

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

.vitepress/theme/components/VueSchoolLink.vue

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

.vitepress/theme/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +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 VueSchoolLink from './components/VueSchoolLink.vue'
6-
import VueSchoolBanner from './components/VueSchoolBanner.vue'
75
import {
86
preferComposition,
97
preferSFC,
@@ -16,9 +14,6 @@ export default Object.assign({}, VPTheme, {
1614
Layout: () => {
1715
// @ts-ignore
1816
return h(VPTheme.Layout, null, {
19-
banner: () => h('div', {}, [
20-
h(VueSchoolBanner)
21-
]),
2217
'sidebar-top': () => h(PreferenceSwitch),
2318
'aside-mid': () => h(SponsorsAside),
2419
'aside-bottom': () => h(VueJobs)
@@ -28,6 +23,5 @@ export default Object.assign({}, VPTheme, {
2823
app.provide('prefer-composition', preferComposition)
2924
app.provide('prefer-sfc', preferSFC)
3025
app.provide('filter-headers', filterHeadersByPreference)
31-
app.component('VueSchoolLink', VueSchoolLink)
3226
}
3327
})

0 commit comments

Comments
 (0)