This commit is contained in:
2020-03-02 17:21:45 +01:00
parent 206d3f769b
commit a691b1656b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# offline-timeline # vuejs-webpack-starter
## How to use ## How to use
#### clone this repos #### clone this repos
+1 -1
View File
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>offline</title> <title>Vuejs starter</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
+2 -2
View File
@@ -6,7 +6,7 @@
class="site-title" class="site-title"
tabindex="0" tabindex="0"
> >
Offline Vuejs Webpack
</h1> </h1>
</div> </div>
</header> </header>
@@ -32,7 +32,7 @@ export default {
// if no subcomponents specify a metaInfo.title, this title will be used // if no subcomponents specify a metaInfo.title, this title will be used
title: 'Home', title: 'Home',
// all titles will be injected into this template // all titles will be injected into this template
titleTemplate: '%s | Offline' titleTemplate: '%s | Vuejs Webpack'
} }
// components: { // components: {
// HeaderMenu, // HeaderMenu,