UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

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