Skip to main content

All Questions

2 votes
1 answer
533 views

Vue-auth accessing $auth inside vuex actions

I'm using Vue-auth package for authentication of my vue-cli application. Everything is working fine but when I'm accessing this code in my vue actions it returns undefined. any idea? const ...
Kenneth's user avatar
  • 3,003
0 votes
1 answer
524 views

Cannot use Vuex to fetch data for all components

I tried to fetch data in App.vue and then pass the value to this.store.data. Afterwards I can use this.store.data value for all other components. The problem is when I click in the link (router-link), ...
online_student's user avatar