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