You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Way of creating VS Modules was changed to use factory method instead of explict object creation. Even though the feature is backward compatible we highly encourage all developers to refactor their modules to use new syntax.
import { createModule } from '@vue-storefront/core/lib/module'
const moduleConfig: VueStorefrontModuleConfig = {
// VS module config
}
const module = createModule(moduleConfig)
The text was updated successfully, but these errors were encountered:
Fromt the 1.8 > 1.9 upgrade notes:
The text was updated successfully, but these errors were encountered: