bugfix missing update

main v0.3.2
HerrHase 3 weeks ago
parent 20fd9baced
commit 88e096c5d4

@ -1,6 +1,6 @@
{
"name": "@tiny-components/datepicker",
"version": "0.3.1",
"version": "0.3.2",
"description": "Datepicker for Desktop and Mobile",
"repository": {
"type": "git",

@ -68,6 +68,7 @@ export default {
store.on('update-props', (data) => {
this.state.date = dayjs(this.props.date)
this.update()
})
this.createWeeksAndDays()

Loading…
Cancel
Save