Skip to content

Commit da1f893

Browse files
committed
chore: update demo
1 parent 53dbe26 commit da1f893

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/demo/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ dayjs().isBefore(dayjs().add(1, 'year'))
2525

2626
// isAfter
2727
dayjs().isAfter(dayjs().subtract(1, 'year'))
28+
29+
// isSame
30+
dayjs().isSame(dayjs())

0 commit comments

Comments
 (0)