Skip to content

Commit

Permalink
fix: Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiao authored and yyx990803 committed Sep 15, 2023
1 parent e4b5026 commit 0d96620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
...DefaultTheme,
Layout() {
return h(DefaultTheme.Layout, null, {
'doc-before': () => h(AdComponent),
'doc-before': () => h(AdComponent)
})
}
}

0 comments on commit 0d96620

Please sign in to comment.