innerHTML
{ innerHTML : '' }
Set the inner html of the component. This is useful if you want to test a component that has slots in it:
{
innerHTML : '<span slot="component-slot>xxx</span>"'
}
{ innerHTML : '' }
Set the inner html of the component. This is useful if you want to test a component that has slots in it:
{
innerHTML : '<span slot="component-slot>xxx</span>"'
}