We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Any luck setting up Vuex and Quasar?
Sorry, something went wrong.
Nope
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: