Skip to content

1.3.19

Compare
Choose a tag to compare
@herudi herudi released this 01 Jan 07:41
· 63 commits to master since this release
171174b
  • feat(lib/jsx): add small func. to support alpine/vue e.g. at-click to @click
const Home = () => <button at-click="click()">click</button>;

// render to string => <button @click="click()">click</button>

cause in JSX, not support @ or : in attr-key.

~~~ Happy New Year 2024 ~~~