fix(core): update
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user