1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

fix date sorting

This commit is contained in:
Martin McKeaveney 2021-08-10 17:41:01 +01:00
parent 8c6460ddb1
commit 7d49634c6d

View file

@ -14,6 +14,7 @@
const dispatch = createEventDispatcher()
const onChange = e => {
value = e.detail
console.log(value.toISOString())
dispatch("change", e.detail)
}
</script>