UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

5 lines (4 loc) 124 B
import { useState } from "nuxt/app"; export function useAvailableShops() { return useState("availableShops", () => []); }