You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseStoreInterface

UseStoreInterface interface

Signature:

export interface UseStoreInterface<STORES> 

Properties

Property Modifiers Type Description
error ComputedProperty<UseStoreErrors>
loading ComputedProperty<boolean>
response ComputedProperty<STORES>

Methods

Method Description
change(params)
load(params)