[Vuejs]-Trying to get a simple GET response in Vue.js by pressing a button (with axios), does not work

0👍

OK I figured it out. Nothing wrong with the code. The response needs to be JSON. It works with "https://api.npms.io/v2/search?q=vue", does not work with "https://www.google.com/".

Leave a comment