rodsouto opened this issue 4 years ago · 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?
this.$axios
Property '$axios' does not exist on type 'Store<ArticleState>'
Within the store, it's this.app.$axios
this.app.$axios
Hope that helps 🙂