diff --git a/src/__template__/ComponentTemplate.vue b/src/__template__/ComponentTemplate.vue index db02c54b..2fb4d403 100644 --- a/src/__template__/ComponentTemplate.vue +++ b/src/__template__/ComponentTemplate.vue @@ -153,7 +153,7 @@ const prefixSvgIds = (svgElement: SVGElement): void => { }) } - // Traverse all elements in the SVG to update ID references + // Traverse all elements in the SVG to update id references svgElement.querySelectorAll('*').forEach((element) => { updateReferences(element) })