[Vuejs]-How can we call a local json dile in our Vue app ? if we are using a CDN link for Vue

0👍

Well, one of the easiest way is doing an XHR request to get it. (Download it basically)

Leave a comment