Skip to content

Commit 820ad61

Browse files
committed
feat: add v3 banner
1 parent f7fe476 commit 820ad61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/theme/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export default {
1515
},
1616
Layout() {
1717
return h(DefaultTheme.Layout, null, {
18-
// 'layout-top': () =>
19-
// h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
18+
'layout-top': () =>
19+
h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
2020
// 'aside-ads-before' : () =>
2121
// h(defineAsyncComponent(() => import('./components/shared/Paperplane.vue'))),
2222
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),

0 commit comments

Comments
 (0)