update
This commit is contained in:
@@ -39,13 +39,13 @@ export class TestWithWrapper extends DeesElement {
|
||||
`;
|
||||
|
||||
@property({ type: String })
|
||||
public dynamicValue: string = 'Initial value';
|
||||
accessor dynamicValue: string = 'Initial value';
|
||||
|
||||
@property({ type: Number })
|
||||
public counter: number = 0;
|
||||
accessor counter: number = 0;
|
||||
|
||||
@property({ type: Boolean })
|
||||
public isActive: boolean = false;
|
||||
accessor isActive: boolean = false;
|
||||
|
||||
public static styles = [
|
||||
css`
|
||||
|
||||
Reference in New Issue
Block a user