We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017a4a8 commit f143cb7Copy full SHA for f143cb7
README.md
@@ -69,26 +69,26 @@ module.exports = {
69
Vue
70
</a>
71
<a href="https://github.com/svg/svgo">
72
- <SVGOIcon />
+ <SVGOLogo />
73
SVGO
74
75
<a href="https://github.com/webpack/webpack">
76
- <WebpackIcon />
+ <WebpackLogo />
77
webpack
78
79
</nav>
80
</template>
81
<script>
82
import VueLogo from './public/vue.svg';
83
-import SVGOIcon from './public/svgo.svg';
84
-import WebpackIcon from './public/webpack.svg';
+import SVGOLogo from './public/svgo.svg';
+import WebpackLogo from './public/webpack.svg';
85
86
export default {
87
name: 'Example',
88
components: {
89
VueLogo,
90
- SVGOIcon,
91
- WebpackIcon,
+ SVGOLogo,
+ WebpackLogo,
92
},
93
};
94
</script>
0 commit comments