[Vuejs]-Get Data from parsed XML to JSON

0👍

You can try to confirm if you have successfully obtained the expected format data(use developer tools or just log the response.data),
then make sure require(‘xml2js’).parseString work well.

Leave a comment