You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
241 B

## zh-CN
时间类组件的 `value` 类型为 `dayjs` 对象,所以在提交服务器前需要预处理。
## en-US
The `value` of time-related components is a `dayjs` object, which we need to pre-process it before we submit to server.