Signed-off-by: jiangdayuan <jiangdayuan@huawei.com>
Change-Id: I35fa2d1cece27cd06029942d5fc471dddc2390e5
This commit is contained in:
jiangdayuan
2021-09-03 20:33:32 +08:00
parent b6f4f66b8a
commit b0da80d075
+4
View File
@@ -78,6 +78,10 @@ export const COMPONENT_MAP: any = {
atomic: true,
attrs: ['iconPosition']
},
Slider: {
atomic: true,
attrs: ['blockColor', 'trackColor', 'selectedColor', 'minLabel', 'maxLabel', 'showSteps', 'showTips', 'onChange']
},
Counter: {
attrs: [
'onStateChange', 'onInc',