🌐 AI搜索 & 代理 主页
Skip to content

Commit 209dc4c

Browse files
authored
Update main-docs.js
1 parent afb8960 commit 209dc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/main-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default {
6363
domProps: { innerHTML: this.body }
6464
})
6565

66-
return h(Main, { props: { tag: this.tag }, staticClass: 'bd-main' }, [
66+
return h(props.tag, { staticClass: 'bd-main' }, [
6767
$leadSection,
6868
$availableSinceSection,
6969
$carbonAd,

0 commit comments

Comments
 (0)