File tree Expand file tree Collapse file tree 2 files changed +2
-312
lines changed Expand file tree Collapse file tree 2 files changed +2
-312
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import './styles/index.css'
2
2
import { h , App } from 'vue'
3
3
import { VPTheme } from '@vue/theme'
4
4
import PreferenceSwitch from './components/PreferenceSwitch.vue'
5
- import VueMasteryBanner from './components/VueMasteryBanner.vue'
6
5
import {
7
6
preferComposition ,
8
7
preferSFC ,
@@ -11,14 +10,13 @@ import {
11
10
import SponsorsAside from './components/SponsorsAside.vue'
12
11
import VueJobs from './components/VueJobs.vue'
13
12
import VueSchoolLink from './components/VueSchoolLink.vue'
13
+ // import Banner from './components/Banner.vue'
14
14
15
15
export default Object . assign ( { } , VPTheme , {
16
16
Layout : ( ) => {
17
17
// @ts -ignore
18
18
return h ( VPTheme . Layout , null , {
19
- banner : ( ) => h ( 'div' , { } , [
20
- h ( VueMasteryBanner )
21
- ] ) ,
19
+ // banner: () => h(Banner),
22
20
'sidebar-top' : ( ) => h ( PreferenceSwitch ) ,
23
21
'aside-mid' : ( ) => h ( SponsorsAside ) ,
24
22
'aside-bottom' : ( ) => h ( VueJobs )
You can’t perform that action at this time.
0 commit comments