重构 4.0 next 版本

This commit is contained in:
xuliangzhan
2020-11-19 22:30:36 +08:00
parent 70de33c1d2
commit aefea8bd0d
8 changed files with 23 additions and 34 deletions

View File

@@ -190,7 +190,7 @@ const apis = [
},
{
name: 'prevent-submit',
desc: '禁用默认提交方式,禁用后配合 validate() 方法可以更加自由的控制提交逻辑',
desc: '是否禁用默认的回车提交方式,禁用后配合 validate() 方法可以更加自由的控制提交逻辑',
version: '',
type: 'boolean',
enum: '',

View File

@@ -216,15 +216,6 @@ const apis = [
defVal: '继承 setup.input.labelFormat',
list: []
},
// {
// name: 'parse-format',
// desc: '只对 type=date|datetime|week|month|year 有效,绑定值的解析格式,如果是值为字符串时可能会用到',
// version: '',
// type: 'string',
// enum: '',
// defVal: '继承 setup.input.parseFormat',
// list: []
// },
{
name: 'value-format',
desc: '只对 type=date|datetime|week|month|year 有效,绑定值的返回格式,默认返回 Date 类型,如果指定格式则返回字符串',