Add a component instead of inherit default config

This commit is contained in:
Marcos Moura 2016-07-21 19:00:12 -03:00
parent 9ba09d7e39
commit f59acebbe8
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<!doctype html>
<html lang="en-US">
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">

View file

@ -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