Closed d3bgger closed 6 years ago
@d3bgger you are sure about 0.2.6 version? It hasn't released yet. Try read docs from 0.2.5 https://github.com/f/vuex-loading/tree/v0.2.5 (previously $vuexLoading
was named `$loading)
0.2.6 is the latest version released 3 months ago https://www.npmjs.com/package/vuex-loading/v/0.2.6
0.2.6 has bug in instaill method. $vuexLoading was named to $loading in version 0.2.5. But 0.2.6 still $vuexLoading.
Please upgrade to "vue-wait": "^1.1.1"
version: 0.2.6
I've setup vuex-loading as described in the docs, with vuex support enabled. When i use this.$vuexLoading.isLoading from a component, i get
TypeError: Cannot read property 'isLoading' of undefined
thanks in advance