Compare commits

...

1 Commits
v0.3.1 ... main

Author SHA1 Message Date
HerrHase 88e096c5d4 bugfix missing update 4 weeks ago

@ -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