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

This commit is contained in:
alsaze
2025-10-03 20:07:03 +03:00
parent 7a7d27c7ae
commit 2c80b7095e
8 changed files with 17 additions and 83 deletions

View File

@@ -1,4 +1,5 @@
import { useGetProductsList } from '~/api/queries/wp'
import { useProduct } from '~/composables'
export const useProductsList = () => {
const { getAttribute } = useProduct()