fix: fix type error
This commit is contained in:
@@ -83,7 +83,7 @@ export const useCheckoutStore = defineStore('checkout', {
|
|||||||
name: product.name,
|
name: product.name,
|
||||||
price: product.total_numeric,
|
price: product.total_numeric,
|
||||||
position: index,
|
position: index,
|
||||||
quantity: product.quantif,
|
quantity: product.quantity,
|
||||||
};
|
};
|
||||||
}) : [],
|
}) : [],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user