dayjs icon indicating copy to clipboard operation
dayjs copied to clipboard

fix: src/plugin/duration weeks cannot use

Open JimenezLi opened this issue 1 year ago • 0 comments

When I tried to use dayjs().add(dayjs.duration({ weeks: 10 })), the value won't change. So I fix the problem.

JimenezLi avatar Sep 22 '23 09:09 JimenezLi