From c46a509baf3c42d9030feb634865587b80ce10d1 Mon Sep 17 00:00:00 2001 From: Aljosha Novakovic Date: Thu, 7 Feb 2019 17:09:29 -0800 Subject: [PATCH] Update config.md --- docs/config.md | 6 ++++++ 1 file changed, 6 insertions(+) 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