[Vuejs]-Moxios not working properly when using window.axios

1👍

In your setup.js add axios like this:

require('jsdom-global')();

global.axios = require('axios');
👤ax2to

Leave a comment