UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

8 lines (7 loc) 194 B
import { useRpc } from "../core/useRpc.js"; export function useCategoryByPath({ params, options }, key = "useCategoryByPath") { return useRpc("getCategoryByPath", key, params, options); }