Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge authored Jan 5, 2025
1 parent 050f030 commit 2114ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ declare global {
}

class CounterElement extends WithLifecycle(HTMLElement) {
static _ = customElements.define("x-counter", CounterElement)
static _ = customElements.define("x-counter", this)

#count = ref(0)

Expand Down

0 comments on commit 2114ec5

Please sign in to comment.