Fix bug with unit

main v0.0.5
DustyP 4 years ago
parent cc2019ed05
commit 9ebb0c8c7d

@ -126,13 +126,13 @@ export default {
size: null, size: null,
unit: null, unit: null,
units: [ units: [
{ value: 0, text: "Teaspoon" }, "Teaspoon",
{ value: 1, text: "Tablespoon" }, "Tablespoon",
{ value: 2, text: "Cup" }, "Cup",
{ value: 3, text: "Ounce" }, "Ounce",
{ value: 4, text: "Gram" }, "Gram",
{ value: 5, text: "Pound" }, "Pound",
{ value: 6, text: "Individual" }, "Individual",
], ],
barcode: "", barcode: "",
barcodeReader: "none", barcodeReader: "none",

Loading…
Cancel
Save