misc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# offline-timeline
|
||||
# vuejs-webpack-starter
|
||||
|
||||
## How to use
|
||||
#### clone this repos
|
||||
|
||||
+1
-1
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user