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