From c9c51e47e1021640a0e17ee1b2a5314a731b8f8c Mon Sep 17 00:00:00 2001 From: LouisLam Date: Tue, 17 Aug 2021 16:43:59 +0800 Subject: [PATCH] add some comments --- src/mixins/datetime.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mixins/datetime.js b/src/mixins/datetime.js index e98fc1b..426ef6d 100644 --- a/src/mixins/datetime.js +++ b/src/mixins/datetime.js @@ -6,6 +6,10 @@ dayjs.extend(utc); dayjs.extend(timezone); dayjs.extend(relativeTime); +/** + * DateTime Mixin + * Handled timezone and format + */ export default { data() { return {