We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280745f commit 6e1073cCopy full SHA for 6e1073c
package.json
@@ -17,6 +17,7 @@
17
"devDependencies": {
18
"babel-cli": "^6.11.4",
19
"babel-preset-es2015": "^6.13.2",
20
- "lodash": "^4.15.0"
+ "lodash": "^4.15.0",
21
+ "vue": "^1.0.26"
22
}
23
src/http.js
@@ -1,4 +1,8 @@
1
import { forIn } from 'lodash';
2
+import Vue from 'vue';
3
+import VueResource from 'vue-resource';
4
+
5
+Vue.use(VueResource)
6
7
export default {
8
/*
0 commit comments