UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

13 lines (12 loc) 196 B
import { useRpc } from "../core/useRpc.js"; export function useOrder({ params, options } = {}, key = "useOrder") { return useRpc( "getOrderById", key, params, options ); }