f / f/vue-wait

Vuex not initialized

Open
#115 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2k
Forks
98
PR merge metrics
No merged PRs in 30d

Description

Hi,

after upgrading to Quasar 2 / Vue 3 / Vuex 4, I get

`Error: [vue-wait] Vuex not initialized.`

and wherever $wait is used in the app, I get

`[Vue warn]: Property "$wait" was accessed during render but is not defined on instance. `

The initialisation is in a Quasar boot file:

import { createVueWait } from 'vue-wait'

export default ({ app, store }) => {
const vueWait = createVueWait({
useVuex: true,
registerDirective: true
})
app.use(vueWait)
}

Is it a known issue?
Thanks in advance

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.