Closed nezaboravi closed 5 years ago
I don't think this
refers to a Vue instance here, you can import vue and can use it like
// in your vuex store
import Vue from 'vue;
Vue.$loading.show({})
Just Vue.$loading works, no need to import Vue in store. Thanks
Hi, Adding vue-loading in store wont work. When i add it inside component, al works.
My bootstrap file:
Here is the current code- inside store/index.js
Here is the error photo: