We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b5026 commit 0d96620Copy full SHA for 0d96620
docs/.vitepress/theme/index.ts
@@ -7,7 +7,7 @@ export default {
7
...DefaultTheme,
8
Layout() {
9
return h(DefaultTheme.Layout, null, {
10
- 'doc-before': () => h(AdComponent),
+ 'doc-before': () => h(AdComponent)
11
})
12
}
13
0 commit comments