Example: Basic
This is child content
CSS
p {
border: solid 1px blue;
padding: 8px;
}
HTML
<echart-embed>
<p>This is child content</p>
</echart-embed>
This is child content
p {
border: solid 1px blue;
padding: 8px;
}
<echart-embed>
<p>This is child content</p>
</echart-embed>