Configuring classes in app.config.ts may result in two duplicate class names for the component
๐ Linked issue
โ Type of change
[ ] ๐ Documentation (updates to the documentation or readme)
[x] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality)
[ ] โจ New feature (a non-breaking change that adds functionality)
[ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Removed the passthrough classes from CSS components and SVG components, only using classes in the icon component, resolving the issue of duplication caused by double-layer passthrough in Vue components.
Configuring classes in app.config.ts may result in two duplicate class names for the component
๐ Linked issue
โ Type of change
๐ Description
Removed the passthrough classes from CSS components and SVG components, only using classes in the icon component, resolving the issue of duplication caused by double-layer passthrough in Vue components.