apply difference between mailbox and account
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user