This website works better with JavaScript
Home
Explore
Help
Register
Sign In
tangning
/
4dkk_mp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
1
tangning
1 year ago
parent
bebe8685a8
commit
c6515fa074
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/views/account/overview/AddDownModal.vue
1
0
src/views/account/overview/AddModal.vue
+ 1
- 0
src/views/account/overview/AddDownModal.vue
View File
@@ -76,6 +76,7 @@
},
componentProps: {
precision: 2,
+ min: 0,
step: 1
},
},
+ 1
- 0
src/views/account/overview/AddModal.vue
View File
@@ -193,6 +193,7 @@
},
componentProps: {
precision: 2,
+ min: 0,
step: 1
},
},