fix: Fixed code style

pull/2973/head
Neo 1 year ago committed by Evan You
parent e4b5026060
commit 0d96620409

@ -7,7 +7,7 @@ export default {
...DefaultTheme,
Layout() {
return h(DefaultTheme.Layout, null, {
'doc-before': () => h(AdComponent),
'doc-before': () => h(AdComponent)
})
}
}

Loading…
Cancel
Save