From 42fbddd7939ba6ec4cdea20a7597663fc0aefbda Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Mon, 27 Feb 2017 23:10:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20docs=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config.js | 1 + docs/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.js b/docs/config.js index a0d6c2e..daa22ad 100644 --- a/docs/config.js +++ b/docs/config.js @@ -1,4 +1,5 @@ self.$config = { + title: 'vue-chartjs docs', plugins: [ evanyou() ], diff --git a/docs/index.html b/docs/index.html index 4f71653..dc1215b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ - ./docs + vue-chartjs doc