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

Commit ef213a3

Browse files
authored
Update _slug.js
1 parent 44db3d1 commit ef213a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/docs/reference/_slug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export default {
1818
return { meta, readme }
1919
},
2020
render(h) {
21-
return h(MainDocs, { staticClass: 'bd-components', prop: { readme: this.readme } })
21+
return h(MainDocs, { staticClass: 'bd-components', props: { readme: this.readme } })
2222
}
2323
}

0 commit comments

Comments
 (0)