File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<nav >
3
3
<a href =" https://github.com/vuejs/vue" class =" btn btn-vue" >
4
- <VueLogo class =" icon " />
4
+ <VueLogo class =" logo " />
5
5
Vue
6
6
</a >
7
7
<a href =" https://github.com/svg/svgo" class =" btn btn-svgo" >
8
- <SVGOIcon class =" icon " />
8
+ <SVGOLogo class =" logo " />
9
9
SVGO
10
10
</a >
11
11
<a href =" https://github.com/webpack/webpack" class =" btn btn-webpack" >
12
- <WebpackIcon class =" icon " />
12
+ <WebpackLogo class =" logo " />
13
13
webpack
14
14
</a >
15
15
</nav >
16
16
</template >
17
17
<script >
18
18
import VueLogo from ' ./public/vue.svg' ;
19
- import SVGOIcon from ' ./public/svgo.svg' ;
20
- import WebpackIcon from ' ./public/webpack.svg' ;
19
+ import SVGOLogo from ' ./public/svgo.svg' ;
20
+ import WebpackLogo from ' ./public/webpack.svg' ;
21
21
22
22
export default {
23
23
name: ' Example' ,
24
24
components: {
25
25
VueLogo,
26
- SVGOIcon ,
27
- WebpackIcon ,
26
+ SVGOLogo ,
27
+ WebpackLogo ,
28
28
},
29
29
};
30
30
</script >
@@ -42,7 +42,7 @@ export default {
42
42
.btn-svgo { color : #2364c0 ; }
43
43
.btn-webpack { color : #1d78c1 ; }
44
44
45
- .icon {
45
+ .logo {
46
46
width : 28px ;
47
47
height : 28px ;
48
48
margin-right : 10px ;
You can’t perform that action at this time.
0 commit comments