fix(core): update
This commit is contained in:
@@ -125,7 +125,7 @@ export class DeesButton extends DeesElement {
|
||||
: null}"
|
||||
@click="${this.dispatchClick}"
|
||||
>
|
||||
${this.text ? this.text : this.textContent}
|
||||
${this.text ? this.text : html`<slot></slot>`}
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user