Releases: invoate/alpine-dayjs
Releases · invoate/alpine-dayjs
1.0.2
- Improve documentation
- Adds the .bind modifier
<!-- Use a AlpineJS property with the .bind modifier -->
<div x-data="{ date: '2000-01-01' }">
<time x-dayjs.bind="date"></time>
</div>