[bugfix]: Stepper doc (#260)

[bugfix] Stepper: 文档添加size属性说明
This commit is contained in:
nrz 2018-05-23 23:09:58 +08:00 committed by Yao
parent 31c470984e
commit f888ea8566

View File

@ -23,7 +23,9 @@ Page({
// 最小可到的数字
min: 1,
// 最大可到的数字
max: 1
max: 1,
// 小尺寸, 默认大尺寸
size: 'small'
}
},