fix lint
This commit is contained in:
parent
17330ed621
commit
5c45212159
|
@ -42,10 +42,10 @@ export const store = new PinaforeStore({
|
||||||
mixins(PinaforeStore)
|
mixins(PinaforeStore)
|
||||||
computations(store)
|
computations(store)
|
||||||
|
|
||||||
export function initStore() {
|
export function initStore () {
|
||||||
observers(store)
|
observers(store)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.browser && process.env.NODE_ENV !== 'production') {
|
if (process.browser && process.env.NODE_ENV !== 'production') {
|
||||||
window.store = store // for debugging
|
window.store = store // for debugging
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue