Injected contents support
This commit is contained in:
parent
b88721c7a0
commit
e09b0394b8
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class CurrentState extends Component {
|
||||||
} else {
|
} else {
|
||||||
el.style.backgroundColor = '#cc0000';
|
el.style.backgroundColor = '#cc0000';
|
||||||
}
|
}
|
||||||
|
el.innerHTML = '<slot></slot>';
|
||||||
return el;
|
return el;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue