更新文档

This commit is contained in:
xuliangzhan
2020-03-07 12:32:22 +08:00
parent 3a1462ac27
commit 502cfd97c9
37 changed files with 27 additions and 27 deletions

View File

@@ -337,7 +337,7 @@ const apis = [
desc: '渲染器名称',
version: '',
type: 'String',
enum: 'input, textarea, select',
enum: 'input, textarea, select, $input, $textarea, $select',
defVal: '',
list: []
},
@@ -383,7 +383,7 @@ const apis = [
desc: '渲染器名称',
version: '',
type: 'String',
enum: 'input, textarea, select',
enum: 'input, textarea, select, $input, $textarea, $select',
defVal: '',
list: []
},
@@ -474,7 +474,7 @@ const apis = [
desc: '渲染器名称',
version: '',
type: 'String',
enum: 'input, textarea, select',
enum: 'input, textarea, select, $input, $textarea, $select',
defVal: '',
list: []
},

View File

@@ -169,7 +169,7 @@ const apis = [
desc: '渲染器名称',
version: '',
type: 'String',
enum: '',
enum: 'input, textarea, select, $input, $textarea, $select',
defVal: '',
list: []
},