карта ПВЗ
Some checks failed
Deploy / build (push) Failing after 24s

This commit is contained in:
alsaze
2025-10-17 03:32:57 +03:00
parent c38b6ba6a9
commit 887ea75e8b
10 changed files with 64 additions and 36 deletions

View File

@@ -27,6 +27,9 @@ export const useCheckout = createSharedComposable(() => {
currentCheckoutStep.value = checkoutSteps[findIndex - 1]
router.push(`/checkout/${currentCheckoutStep?.value.title}`)
}
else {
router.push(`/cart`)
}
}
function nextStep() {