tangled
alpha
login
or
join now
tombl.dev
/
dhtml
1
fork
atom
a post-component library for building user-interfaces on the web.
1
fork
atom
overview
issues
pulls
pipelines
readme: use updated attribute syntax
tombl.dev
1 year ago
1b2093fe
ea3ee04a
verified
This commit was signed with the committer's
known signature
.
tombl.dev
SSH Key Fingerprint:
SHA256:d8AHgL5V+3WdvGdDb3SVBfb0RIRJfkKcqhQ5aG1mVNk=
+1
-1
1 changed file
expand all
collapse all
unified
split
readme.md
+1
-1
readme.md
reviewed
···
10
10
render() {
11
11
return html`
12
12
<button
13
13
-
@click=${() => {
13
13
+
onclick=${() => {
14
14
this.i++
15
15
invalidate(this)
16
16
}}