fix(core): update

This commit is contained in:
2021-11-26 20:06:09 +01:00
parent 75929c089d
commit 9de9f0c202
5 changed files with 1549 additions and 1000 deletions

View File

@ -14,12 +14,16 @@ declare global {
@customElement('dees-updater')
export class DeesUpdater extends LitElement {
public static demo = () => html`<dees-updater ></dees-updater>`;
public static demo = () => html`<dees-updater></dees-updater>`;
@property()
@property({
type: String,
})
currentVersion: string;
@property()
@property({
type: String,
})
updatedVersion: string;
constructor() {