Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vite.config): mdi icon convert camelCase to kebab-case
When the previous solution encounters mdiBattery80, it will be converted to mdi-battery-8-0. When using mdi-battery-80, an error that the icon cannot be found will be prompted. This solution first converts uppercase letters and then matches one or more numbers.
- Loading branch information