danielroe/typed-vuex

access this.$axios from an action

rodsouto opened this issue · 1 comments

Hi, I'm trying to use this.$axios inside an action but I get the error Property '$axios' does not exist on type 'Store<ArticleState>', do you know if it's a bug or if I'm missing something?

Within the store, it's this.app.$axios

Hope that helps 🙂