apply difference between mailbox and account

This commit is contained in:
grimhilt
2023-03-26 14:55:13 +02:00
parent d0d666f4cb
commit a9d15027aa
11 changed files with 64 additions and 68 deletions

View File

@@ -2,9 +2,7 @@
import { defineProps } from "vue";
const props = defineProps({ data: Object });
console.log(props.data.date);
const date = new Date(props.data.date);
console.log(date);
</script>
<!-- to if to is more than me
cc -->