Skip to content

Commit 8d5d521

Browse files
committed
chore: update demo
1 parent f4cb2cf commit 8d5d521

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/demo/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
import dayjs from 'dayjs'
22
// basic usage
33
dayjs().format()
4+
5+
// parse
6+
dayjs('2018-08-08').format()

0 commit comments

Comments
 (0)