How to use the vue-resource.Http.put function in vue-resource

To help you get started, we’ve selected a few vue-resource examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github denno020 / linkslist / src / utils / Ajax.js View on Github external
static put(url, data) {
    return Http.put(url, data);
  }
}

vue-resource

The HTTP client for Vue.js

MIT
Latest version published 3 years ago

Package Health Score

56 / 100
Full package analysis