Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vuex not initialized #115

Open
carlovenus opened this issue Feb 2, 2022 · 2 comments
Open

Vuex not initialized #115

carlovenus opened this issue Feb 2, 2022 · 2 comments

Comments

@carlovenus
Copy link

carlovenus commented Feb 2, 2022

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

@carlovenus carlovenus changed the title [vue-wait] Vuex not initialized Vuex not initialized Feb 2, 2022
@camberos
Copy link

Any luck setting up Vuex and Quasar?

@carlovenus
Copy link
Author

Any luck setting up Vuex and Quasar?

Nope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants