Commit e9fe6d03ce7eb60efa2197ad7a3a87e636ef6814

Authored by ly525
1 parent ada722c1

fix #86

front-end/h5/src/components/plugins/lbp-button.js
... ... @@ -136,7 +136,7 @@ export default {
136 136 require: true,
137 137 prop: {
138 138 step: 1,
139   - min: 1,
  139 + min: 0,
140 140 max: 10
141 141 },
142 142 defaultPropValue: 1
... ...