File tree Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ header {
48
48
margin : 0 ;
49
49
height : 56px ;
50
50
padding : 0 16px 0 24px ;
51
- background-color : #4fc08d ;
51
+ background-color : #35495E ;
52
52
color : #ffffff ;
53
53
}
54
54
Original file line number Diff line number Diff line change 3
3
<h1 >\{{ msg }}</h1 >
4
4
<h2 >Essential Links</h2 >
5
5
<ul >
6
- <li ><a href =" https://vuejs.org" target =" _blank" >Core Docs</a ></li >
7
- <li ><a href =" https://forum.vuejs.org" target =" _blank" >Forum</a ></li >
8
- <li ><a href =" https://gitter.im/vuejs/vue" target =" _blank" >Gitter Chat</a ></li >
9
- <li ><a href =" https://twitter.com/vuejs" target =" _blank" >Twitter</a ></li >
10
- <br >
11
- <li ><a href =" http://vuejs-templates.github.io/webpack/" target =" _blank" >Docs for This Template</a ></li >
6
+ <li ><a href =" https://vuejs.org" target =" _blank" rel =" noopener" >Core Docs</a ></li >
7
+ <li ><a href =" https://forum.vuejs.org" target =" _blank" rel =" noopener" >Forum</a ></li >
8
+ <li ><a href =" https://gitter.im/vuejs/vue" target =" _blank" rel =" noopener" >Gitter Chat</a ></li >
9
+ <li ><a href =" https://twitter.com/vuejs" target =" _blank" rel =" noopener" >Twitter</a ></li >
10
+ <li ><a href =" http://vuejs-templates.github.io/webpack/" target =" _blank" rel =" noopener" >Docs for This Template</a ></li >
12
11
</ul >
13
12
<h2 >Ecosystem</h2 >
14
13
<ul >
15
- <li ><a href =" http://router.vuejs.org/" target =" _blank" >vue-router</a ></li >
16
- <li ><a href =" http://vuex.vuejs.org/" target =" _blank" >vuex</a ></li >
17
- <li ><a href =" http://vue-loader.vuejs.org/" target =" _blank" >vue-loader</a ></li >
18
- <li ><a href =" https://github.com/vuejs/awesome-vue" target =" _blank" >awesome-vue</a ></li >
14
+ <li ><a href =" http://router.vuejs.org/" target =" _blank" rel = " noopener " >vue-router</a ></li >
15
+ <li ><a href =" http://vuex.vuejs.org/" target =" _blank" rel = " noopener " >vuex</a ></li >
16
+ <li ><a href =" http://vue-loader.vuejs.org/" target =" _blank" rel = " noopener " >vue-loader</a ></li >
17
+ <li ><a href =" https://github.com/vuejs/awesome-vue" target =" _blank" rel = " noopener " >awesome-vue</a ></li >
19
18
</ul >
20
19
</div >
21
20
</template >
@@ -32,7 +31,7 @@ export default {
32
31
</script >
33
32
34
33
<!-- Add "scoped" attribute to limit CSS to this component only -->
35
- <style scoped >
34
+ <style >
36
35
h1 , h2 {
37
36
font-weight : normal ;
38
37
}
48
47
}
49
48
50
49
a {
51
- color : #42b983 ;
50
+ color : #35495E ;
52
51
}
53
52
</style >
You can’t perform that action at this time.
0 commit comments