1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

fix date sorting

This commit is contained in:
Martin McKeaveney 2021-08-10 17:41:01 +01:00
parent ccb7f67458
commit 9053a84718

View file

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