diff --git a/routes/_store/store.js b/routes/_store/store.js index ad65b42c..ea077666 100644 --- a/routes/_store/store.js +++ b/routes/_store/store.js @@ -42,10 +42,10 @@ export const store = new PinaforeStore({ mixins(PinaforeStore) computations(store) -export function initStore() { +export function initStore () { observers(store) } if (process.browser && process.env.NODE_ENV !== 'production') { window.store = store // for debugging -} \ No newline at end of file +}