diff --git a/src/App.vue b/src/App.vue index 2a48c70..34ab4a3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,7 +23,6 @@ mounted() { document.title = config.title; - console.log() } } @@ -40,6 +39,7 @@ #title { - + background: lightblue; + height: 100vh; }