add some comments
This commit is contained in:
parent
5e52f230b1
commit
c9c51e47e1
|
@ -6,6 +6,10 @@ dayjs.extend(utc);
|
|||
dayjs.extend(timezone);
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
/**
|
||||
* DateTime Mixin
|
||||
* Handled timezone and format
|
||||
*/
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue