paleacci

Results 2 comments of paleacci

create plugins/axios.js and add this code inside `import axios from 'axios' export default () => { return { provide: { axios: axios.default } } } ` then you can use...

Thanks to the inspiration of @kristiansp I have built a simple but working solution, if anyone needs a source code I will be happy to share it with you. ```...