This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
tangning
/
4dkk_mp
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
1
tangning
il y a 1 an
Parent
bebe8685a8
commit
c6515fa074
2 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
src/views/account/overview/AddDownModal.vue
1
0
src/views/account/overview/AddModal.vue
+ 1
- 0
src/views/account/overview/AddDownModal.vue
Voir le fichier
@@ -76,6 +76,7 @@
},
componentProps: {
precision: 2,
+ min: 0,
step: 1
},
},
+ 1
- 0
src/views/account/overview/AddModal.vue
Voir le fichier
@@ -193,6 +193,7 @@
},
componentProps: {
precision: 2,
+ min: 0,
step: 1
},
},