Skip to content

v2.8.0

Compare
Choose a tag to compare
@mengxiong10 mengxiong10 released this 13 Jan 06:47
· 234 commits to master since this release

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属性格式化的值