The jSONP library for VUE projects is being packaged into js Categories.

An easy to use JSONP library

API: jsonp(url, data, option) /* Parameter: Url (String), Concatenate Data (Object), options (Object) {param (String) specifies the name of the callback function (defaults is callback), Timeout (Number) Response time (defaults is 60000)} */


    • CNPM install jSONp –save // NPM installs JSONp in the project
    • New jsonp.js // Create your own jsonp.js file

    • use