Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e9fe6d03ce7eb60efa2197ad7a3a87e636ef6814
Authored by
ly525
2019-10-19 12:42:46 +0800
1 parent
ada722c1
fix #86
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/components/plugins/lbp-button.js
front-end/h5/src/components/plugins/lbp-button.js
View file @
e9fe6d0
...
...
@@ -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
...
...