We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cae624 commit 42da4ecCopy full SHA for 42da4ec
index.js
@@ -30,6 +30,7 @@ const VueRest = {
30
if (token) {
31
Object.assign(config.headers, { Authorization: `${prefix} ${token}` });
32
}
33
+ return config;
34
});
35
36
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-rest",
3
- "version": "0.1.25",
+ "version": "0.2.0",
4
"description": "Plugin for using vue + axios for REST API consumption",
5
"author": "Kimura <joseduardo.kimura@gmail.com>",
6
"private": false,
0 commit comments