We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44db3d1 commit ef213a3Copy full SHA for ef213a3
docs/pages/docs/reference/_slug.js
@@ -18,6 +18,6 @@ export default {
18
return { meta, readme }
19
},
20
render(h) {
21
- return h(MainDocs, { staticClass: 'bd-components', prop: { readme: this.readme } })
+ return h(MainDocs, { staticClass: 'bd-components', props: { readme: this.readme } })
22
}
23
0 commit comments