From f59acebbe8da0468ec1236679d5438276d549887 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Thu, 21 Jul 2016 19:00:12 -0300 Subject: [PATCH] Add a component instead of inherit default config --- index.html | 2 +- src/docs/index.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 05b654d..df0aba1 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + diff --git a/src/docs/index.js b/src/docs/index.js index 55ed1c4..1110b88 100644 --- a/src/docs/index.js +++ b/src/docs/index.js @@ -6,7 +6,8 @@ import './stylesheets/docs.scss'; import './config.js'; import router from './routes.js'; -let App = Vue.extend({ +let App = Vue.component('app', { + name: 'app', data() { return { showSidenav: false