UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

7 lines (6 loc) 171 B
import { useRpc } from "../core/useRpc.js"; export function useCampaign({ options } = {}, key = "useCampaign") { return useRpc("getCampaign", key, void 0, options); }