fix(core): update

This commit is contained in:
2021-09-27 13:30:02 +02:00
parent 5639c152a2
commit b546d1a2c5
4 changed files with 19565 additions and 3498 deletions

View File

@ -16,7 +16,7 @@ enum ETestEnum {
@customElement('test-demoelement')
export class TestDemoelement extends DeesElement {
public static demo = () => html`<test-demoelement></test-demoelement>`;
public static demo = () => html`<test-demoelement>This is a slot text</test-demoelement>`;
@property({
type: Boolean,