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 11<template >
22 <nav >
33 <a href =" https://github.com/vuejs/vue" class =" btn btn-vue" >
4- <VueLogo class =" icon " />
4+ <VueLogo class =" logo " />
55 Vue
66 </a >
77 <a href =" https://github.com/svg/svgo" class =" btn btn-svgo" >
8- <SVGOIcon class =" icon " />
8+ <SVGOLogo class =" logo " />
99 SVGO
1010 </a >
1111 <a href =" https://github.com/webpack/webpack" class =" btn btn-webpack" >
12- <WebpackIcon class =" icon " />
12+ <WebpackLogo class =" logo " />
1313 webpack
1414 </a >
1515 </nav >
1616</template >
1717<script >
1818import 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' ;
2121
2222export default {
2323 name: ' Example' ,
2424 components: {
2525 VueLogo,
26- SVGOIcon ,
27- WebpackIcon ,
26+ SVGOLogo ,
27+ WebpackLogo ,
2828 },
2929};
3030 </script >
@@ -42,7 +42,7 @@ export default {
4242.btn-svgo { color : #2364c0 ; }
4343.btn-webpack { color : #1d78c1 ; }
4444
45- .icon {
45+ .logo {
4646 width : 28px ;
4747 height : 28px ;
4848 margin-right : 10px ;
You can’t perform that action at this time.
0 commit comments