·
所有配置元素都必须包含3个属性:
1. title: 配置名称
2. type: 配置元素类型
3. bind: 配置项绑定的属性
值都会绑定到: component.config 对象中
例如:bind: "itemLabelSize", 表示绑定到 component.config.itemLableSize
所有配置元素都必须包含3个属性:
1. title: 配置名称
2. type: 配置元素类型
3. bind: 配置项绑定的属性
值都会绑定到: component.config 对象中
例如:bind: "itemLabelSize", 表示绑定到 component.config.itemLableSize