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
#### clone this repos
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>offline</title>
<title>Vuejs starter</title>
</head>
<body>
<div id="app"></div>
+2 -2
View File
@@ -6,7 +6,7 @@
class="site-title"
tabindex="0"
>
Offline
Vuejs Webpack
</h1>
</div>
</header>
@@ -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,