fix(core): update
This commit is contained in:
parent
bf4ef900f8
commit
0b119c481c
@ -68,9 +68,9 @@ export class TestDemoelement extends DeesElement {
|
|||||||
<div class="themeindicator">
|
<div class="themeindicator">
|
||||||
You have selected the ${this.goBright ? 'bright' : 'dark'} theme.
|
You have selected the ${this.goBright ? 'bright' : 'dark'} theme.
|
||||||
<pre>
|
<pre>
|
||||||
demoBoolean is <b>"${this.demoBoolean}"</b>
|
demoBoolean is <b>${this.demoBoolean}</b>
|
||||||
demoString is <b>"${this.demoString}"</b>
|
demoString is <b>"${this.demoString}"</b>
|
||||||
demoNumber is <b>"${this.demoNumber}"</b>
|
demoNumber is <b>${this.demoNumber}</b>
|
||||||
demoEnum is <b>"${this.demoENum}"</b>
|
demoEnum is <b>"${this.demoENum}"</b>
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user