fix(core): update

This commit is contained in:
2021-08-25 17:34:15 +02:00
parent b8c231fc61
commit 4eb1abaa39
2 changed files with 18 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ declare global {
@customElement('dees-button')
export class DeesButton extends DeesElement {
public static demo = () => html`<dees-button></dees-button>`;
public static demo = () => html`<dees-button>This is a slotted Text</dees-button>`;
@property()
public text: string;