vue-resource
vue-resource copied to clipboard
The HTTP client for Vue.js
Error firefox IPV6 VUE.JS vue-resource.common.js XMLHttpRequest Hi!. I ask that the error that occurs only in the firefox browser with IPV6 protocol be resolved. The error occurs: Not caught (in...
as per documentation abort() must be there . but abort() is missing in request.js do we need to update version >1.5.1 ? or is there any other way to cancel...
Use Promise instead of DOM's PromiseLIke Fix for Issue #747
### Reproduction Link _Private Project, Can't Give_ ### Steps to reproduce 1. Setup typescript project with vue-cli 2. Register the plugin 3. Send any request from *.vue file 4. Now...
Is this package still being maintained?
I use the following code, root does not take effect. > I noticed the description in the documentation. For root to take effect, you must use a relative path. However,...
There are over 70 issues, 11 pull requests and the last update was more than one year ago. It's reckless for new developers to use a library in an uncertain...
the example in docs about how to import the module: ``` Vue.use(require('vue-resource')) ``` but in source code, the moudle export like: ``` export default plugin ``` so actually we should...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...