vue-wait icon indicating copy to clipboard operation
vue-wait copied to clipboard

Vuex not initialized

Open carlovenus opened this issue 3 years ago • 2 comments

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 avatar Feb 02 '22 14:02 carlovenus

Any luck setting up Vuex and Quasar?

camberos avatar Feb 23 '22 04:02 camberos

Any luck setting up Vuex and Quasar?

Nope

carlovenus avatar Mar 01 '22 07:03 carlovenus