@viur/shop-components 0.0.1-dev.29 → 0.0.1-dev.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -249,6 +249,7 @@ async function onConfirm() {
|
|
|
249
249
|
0,
|
|
250
250
|
);
|
|
251
251
|
confirm.value.hide();
|
|
252
|
+
await updateCart();
|
|
252
253
|
}
|
|
253
254
|
|
|
254
255
|
async function updateItem(e) {
|
|
@@ -282,8 +283,6 @@ async function onDialogHide() {
|
|
|
282
283
|
|
|
283
284
|
state.currentItem = {};
|
|
284
285
|
state.currentNode = {};
|
|
285
|
-
|
|
286
|
-
await updateCart();
|
|
287
286
|
}
|
|
288
287
|
|
|
289
288
|
async function updateCart() {
|