diff --git a/docs/config.md b/docs/config.md index 0e871423..a6aa355a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1,5 +1,11 @@ # Configuration +Import VueResource into your main.js file. +```js +import VueResource from 'vue-resource' +Vue.use(VueResource); +``` + Set default values using the global configuration. ```js