создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 45s

This commit is contained in:
alsaze
2025-10-03 19:26:39 +03:00
parent bb195777c3
commit 7a7d27c7ae
18 changed files with 87 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
</template>
<script setup lang="ts">
import { usePostOrdersCreate } from '~/api/mutations'
import { usePostOrdersCreate } from '~/api/mutations/wp'
const { cart } = useCart()
const { mutateAsync } = usePostOrdersCreate()