Skip to content

Commit 0d96620

Browse files
wangxiaoyyx990803
authored andcommitted
fix: Fixed code style
1 parent e4b5026 commit 0d96620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
...DefaultTheme,
88
Layout() {
99
return h(DefaultTheme.Layout, null, {
10-
'doc-before': () => h(AdComponent),
10+
'doc-before': () => h(AdComponent)
1111
})
1212
}
1313
}

0 commit comments

Comments
 (0)