Skip to content

Commit

Permalink
Fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Jan 5, 2024
1 parent 1e38c7f commit 1ed280d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucide-vue/scripts/exportTemplate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import createLucideIcon from '../createLucideIcon';
* @returns {Component} Vue Component
* ${deprecated ? '@deprecated' : ''}
*/
const ${componentName} = createVueComponent('${componentName}Icon', ${JSON.stringify(children)});
const ${componentName} = createLucideIcon('${componentName}Icon', ${JSON.stringify(children)});
export default ${componentName};
`;
Expand Down
File renamed without changes.

0 comments on commit 1ed280d

Please sign in to comment.