We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
due to @iconify/vue has published the new version 4.3.0, cause icon-picker component can only lists loaded icons, not all icons with the given prefix
fixed the @iconify/vue version to 4.2.0, or other solution
No response
The text was updated successfully, but these errors were encountered:
You can use icons prop to set icons names, or preload iconset data by loadIcons。 You can find icons names from https://api.iconify.design/collection?prefix=mdi (replace mdi into your prefix )
icons
loadIcons
mdi
prefix
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Description
due to @iconify/vue has published the new version 4.3.0, cause icon-picker component can only lists loaded icons, not all icons with the given prefix
Proposed Solution
fixed the @iconify/vue version to 4.2.0, or other solution
Alternatives Considered
No response
Additional Context
No response
Validations
The text was updated successfully, but these errors were encountered: