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 afb8960 commit 209dc4cCopy full SHA for 209dc4c
docs/components/main-docs.js
@@ -63,7 +63,7 @@ export default {
63
domProps: { innerHTML: this.body }
64
})
65
66
- return h(Main, { props: { tag: this.tag }, staticClass: 'bd-main' }, [
+ return h(props.tag, { staticClass: 'bd-main' }, [
67
$leadSection,
68
$availableSinceSection,
69
$carbonAd,
0 commit comments