- aggiornato carrello e bottoni sul catalogo
This commit is contained in:
@@ -133,6 +133,10 @@ export default defineComponent({
|
||||
() => props.lista_prodotti,
|
||||
(newVal) => {
|
||||
internalProducts.value = [...newVal];
|
||||
internalProducts.value.forEach((p: IProduct) => {
|
||||
p.myorder = ProductStore.createMyOrder();
|
||||
});
|
||||
|
||||
}
|
||||
),
|
||||
{ deep: true };
|
||||
|
||||
Reference in New Issue
Block a user