This commit is contained in:
Jonathan Chevalier
2022-09-27 15:29:02 +02:00
parent 079cb602c7
commit 3f9ddcac6d
10 changed files with 790 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ export default {
console.log(productList);
this.store.setProductList(productList);
this.$router.push({path: '/delivery-option'});
this.$router.push({path: '/delivery-option-step-1'});
}
}