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 62e79c9 commit c9570ecCopy full SHA for c9570ec
README.md
@@ -65,7 +65,7 @@ export default {
65
VueLogo,
66
SVGOLogo,
67
WebpackLogo,
68
- },
+ }
69
};
70
</script>
71
```
@@ -89,7 +89,7 @@ export default {
89
svgLoader: {
90
svgoConfig: {
91
plugins: [
92
- { prefixIds: false }, // Disables prefixing for SVG IDs
+ { prefixIds: false } // Disables prefixing for SVG IDs
93
]
94
}
95
0 commit comments