fix(core): update
This commit is contained in:
parent
e0a7911a2f
commit
6d98ec7887
@ -15,15 +15,9 @@ declare global {
|
||||
@customElement('dees-editor')
|
||||
export class DeesEditor extends DeesElement {
|
||||
public static demo = () => html`
|
||||
<dees-editor .aProp="${'test'}"></dees-editor>
|
||||
<dees-editor></dees-editor>
|
||||
`;
|
||||
|
||||
@property({
|
||||
type: String
|
||||
})
|
||||
public aProp: string = 'loading...';
|
||||
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
domtools.DomTools.setupDomTools();
|
||||
|
Loading…
Reference in New Issue
Block a user