Skip to content

Commit cfde1f8

Browse files
committed
Remove green 'Vue 3 is official version' banner
1 parent 381afa1 commit cfde1f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vitepress/theme/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import './styles/index.css'
22
import { h, App } from 'vue'
33
import { VPTheme } from '@vue/theme'
4-
import Banner from './components/Banner.vue'
54
import PreferenceSwitch from './components/PreferenceSwitch.vue'
65
import VueSchoolLink from './components/VueSchoolLink.vue'
76
import VueSchoolBanner from './components/VueSchoolBanner.vue'
@@ -18,8 +17,7 @@ export default Object.assign({}, VPTheme, {
1817
// @ts-ignore
1918
return h(VPTheme.Layout, null, {
2019
banner: () => h('div', {}, [
21-
h(VueSchoolBanner),
22-
h(Banner)
20+
h(VueSchoolBanner)
2321
]),
2422
'sidebar-top': () => h(PreferenceSwitch),
2523
'aside-mid': () => h(SponsorsAside),

0 commit comments

Comments
 (0)