Skip to content

4.1.0

Latest
Compare
Choose a tag to compare
@alexprey alexprey released this 24 Aug 16:46
· 1 commit to master since this release
  • Support of JS expressions in tag attributes
<button type="button" on:click={() => handleButtonClick()}>
    Click to say hello
</button>