v2.8.0
Features
- add prop
valueType
to format binding value (dd6f2ea)
Accepted Value | Description |
---|---|
date | binding value will be a Date object |
timestamp | binding value will be a timestamp number |
format | binding value will be the format string |
新功能
- 添加属性
valueType
格式化绑定值 (dd6f2ea)
可选值 | 描述 |
---|---|
date | 返回的绑定值是Date对象 |
timestamp | 返回的绑定值是时间戳数字 |
format | 返回的绑定值是通过format 属性格式化的值 |