default 0

This commit is contained in:
Bram Kragten 2020-07-16 17:51:01 +02:00
parent fcb5865468
commit 427c5db7f4

View File

@ -33,7 +33,7 @@ export class Gauge extends LitElement {
@property({ type: Number }) public max = 100;
@property({ type: Number }) public value = 45;
@property({ type: Number }) public value = 0;
@property() public label = "";