Skip to content

Commit c9570ec

Browse files
docs: remove trailing commas
1 parent 62e79c9 commit c9570ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
VueLogo,
6666
SVGOLogo,
6767
WebpackLogo,
68-
},
68+
}
6969
};
7070
</script>
7171
```
@@ -89,7 +89,7 @@ export default {
8989
svgLoader: {
9090
svgoConfig: {
9191
plugins: [
92-
{ prefixIds: false }, // Disables prefixing for SVG IDs
92+
{ prefixIds: false } // Disables prefixing for SVG IDs
9393
]
9494
}
9595
}

0 commit comments

Comments
 (0)