From a691b1656ba91eebceb83b6002c23f909f56bc40 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 2 Mar 2020 17:21:45 +0100 Subject: [PATCH] misc --- README.md | 2 +- index.html | 2 +- src/App.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4fd1d3c..6678227 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# offline-timeline +# vuejs-webpack-starter ## How to use #### clone this repos diff --git a/index.html b/index.html index e1e1984..e8d484b 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - offline + Vuejs starter
diff --git a/src/App.vue b/src/App.vue index b1f55d1..4eec036 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,7 @@ class="site-title" tabindex="0" > - Offline + Vuejs Webpack @@ -32,7 +32,7 @@ export default { // if no subcomponents specify a metaInfo.title, this title will be used title: 'Home', // all titles will be injected into this template - titleTemplate: '%s | Offline' + titleTemplate: '%s | Vuejs Webpack' } // components: { // HeaderMenu,