UNPKG
@hmtech/form_engine
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
表单引擎,基于ant-design-vue
@hmtech/form_engine
/
config
/
switch.js
12 lines
(11 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
{
type:
'switch'
,
groupName:
'默认分组'
,
fieldName:
''
,
label:
'胶囊开关'
,
defaultValue:
false
,
customClass:
''
,
width:
'300px'
,
isHidden:
false
,
disabled:
false
, }