using axios in js file?
-
hi!
how acces to axios in js file? In .vue all fine, but not in .js. In plugin added: “Vue.prototype.$axios”
this.$axios not working - this._vm.$axios - not working
Or i need to make that js to plugin? -
The docs say to do it this way: http://quasar-framework.org/guide/ajax-requests.html