mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed decimals
This commit is contained in:
@@ -192,7 +192,7 @@
|
|||||||
v-if="!ingredient.is_header">
|
v-if="!ingredient.is_header">
|
||||||
<input class="form-control"
|
<input class="form-control"
|
||||||
v-model="ingredient.amount"
|
v-model="ingredient.amount"
|
||||||
type="number"
|
type="number" step="any"
|
||||||
v-if="!ingredient.no_amount">
|
v-if="!ingredient.no_amount">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user