v2.8.0
Features
- add prop
valueTypeto 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属性格式化的值 |