создаю телегу товаров
Some checks failed
Deploy / build (push) Has been cancelled

This commit is contained in:
alsaze
2025-10-05 14:20:38 +03:00
parent 2c80b7095e
commit 66bda5d0c7
6 changed files with 166 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ const createOrder = async () => {
// await mutateAsync({ line_items: cart.value.line_items })
const { data } = await useFetch('/api/bspb')
console.log(data)
console.log(data.value)
}
</script>