mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 23:57:44 +08:00
add some comments
This commit is contained in:
@@ -6,6 +6,10 @@ dayjs.extend(utc);
|
||||
dayjs.extend(timezone);
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
/**
|
||||
* DateTime Mixin
|
||||
* Handled timezone and format
|
||||
*/
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user