a post-component library for building user-interfaces on the web.

readme: use updated attribute syntax

tombl.dev 1b2093fe ea3ee04a

verified
+1 -1
+1 -1
readme.md
··· 10 10 render() { 11 11 return html` 12 12 <button 13 - @click=${() => { 13 + onclick=${() => { 14 14 this.i++ 15 15 invalidate(this) 16 16 }}