diff --git a/src/views/demo/plugins/day/index.vue b/src/views/demo/plugins/day/index.vue index dc7ca2b4..e284bf2e 100644 --- a/src/views/demo/plugins/day/index.vue +++ b/src/views/demo/plugins/day/index.vue @@ -42,11 +42,11 @@ {{dayjs().unix()}} {{dayjs().daysInMonth()}} {{dayjs().toDate()}} - {{dayjs().toArray()}} + {{dayjs().toJSON()}} {{dayjs().toISOString()}} {{dayjs().toString()}} - {{dayjs().toObject()}} +

查询