We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81feabe commit 9c3a75eCopy full SHA for 9c3a75e
.vitepress/theme/index.ts
@@ -15,8 +15,8 @@ export default {
15
},
16
Layout() {
17
return h(DefaultTheme.Layout, null, {
18
- 'layout-top': () =>
19
- h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
+ // 'layout-top': () =>
+ // h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
20
});
21
22
};
0 commit comments