Add ESLint (#3)
This commit is contained in:
@@ -32,7 +32,7 @@ export class MyElement extends LitElement {
|
||||
@property({type: Number})
|
||||
count = 0;
|
||||
|
||||
render(){
|
||||
render() {
|
||||
return html`
|
||||
<h1>Hello, ${this.name}!</h1>
|
||||
<button @click=${this._onClick}>Click Count: ${this.count}</button>
|
||||
|
||||
Reference in New Issue
Block a user