File tree Expand file tree Collapse file tree 4 files changed +53
-35
lines changed Expand file tree Collapse file tree 4 files changed +53
-35
lines changed Original file line number Diff line number Diff line change 3
3
<div class =" content" >
4
4
<h1 >Not Found</h1 >
5
5
<p >{{ getMsg() }}</p >
6
- <router-link to =" /" >Take me home.</router-link >
6
+ <router-link class = " backto " to =" /" >Take me home.</router-link >
7
7
</div >
8
8
</div >
9
9
</template >
10
10
11
11
<script >
12
12
const msgs = [
13
- ` There's nothing here.` ,
14
- ` How did we get here?` ,
15
- ` That's a Four-Oh-Four.` ,
16
- ` Looks like we've got some broken links.` ,
17
- ` Please try your request again or contact support.` ,
13
+ " There's nothing here." ,
14
+ ' How did we get here?' ,
15
+ " That's a Four-Oh-Four." ,
16
+ " Looks like we've got some broken links." ,
17
+ ' Please try your request again or contact support.' ,
18
+ " The page you are looking for doesn't exist or misterionsly dissapear." ,
18
19
]
19
20
20
21
export default {
@@ -40,7 +41,7 @@ export default {
40
41
margin-bottom : 24px
41
42
42
43
h1
43
- margin-bottom : 0
44
+ margin : 0
44
45
font-size : 20px
45
46
font-weight : 500
46
47
@@ -50,6 +51,11 @@ export default {
50
51
51
52
p
52
53
margin : 0
53
- margin-right : 10px ;
54
+ margin-right : 10px
55
+ font-size : 14px
56
+
57
+ .backto
54
58
font-size : 14px
59
+ text-decoration : none
60
+ color : #06 7d f7
55
61
</style >
Original file line number Diff line number Diff line change
1
+ // Noop.
2
+
3
+ // This file is required due to publish the theme as an npm package.
4
+ // More details are https://vuepress.vuejs.org/theme/writing-a-theme.html#directory-structure
Original file line number Diff line number Diff line change 21
21
"directories" : {
22
22
"doc" : " docs"
23
23
},
24
+ "main" : " index.js" ,
24
25
"scripts" : {
25
26
"dev" : " npm run docs:dev" ,
26
27
"docs:dev" : " vuepress dev docs" ,
36
37
"axios" : " ^0.18.0"
37
38
},
38
39
"devDependencies" : {
39
- "gh-pages" : " ^1. 2.0" ,
40
- "prettier" : " ^1.13.7 "
40
+ "gh-pages" : " ^2.0.1 " ,
41
+ "prettier" : " ^1.15.3 "
41
42
}
42
43
}
You can’t perform that action at this time.
0 commit comments