fix(core): update

This commit is contained in:
2020-11-25 14:56:18 +00:00
parent 390f42061e
commit f577ef0e61
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ export {
} from 'lit-element';
export class DeesElement extends plugins.litElement.LitElement {
@plugins.litElement.property({type: Boolean})
public goBright: boolean = false;
public domtoolsPromise = plugins.domtools.elementBasic.setup(this);