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
How to import all icons without one by one
The text was updated successfully, but these errors were encountered:
kek
Sorry, something went wrong.
Sorry for the forEach mess, didnt´t seem to work, when using Unicon.add(uc); ! But aside that is does the job
Unicon.add(uc);
//Vue 2 import import Unicon from 'vue-unicons/dist/vue-unicons-vue2.es' import * as uc from 'vue-unicons/dist/icons' /*...*/ const objArray: Array<object> = []; Object.keys(uc).forEach(key => objArray.push( uc[key] )); Unicon.add(objArray) Vue.use(Unicon)
@DanielTerletzkiy @muhammadjabir445 @thisVioletHydra Hey guys, have you solved this issue ?
try vite plugin importus, maybe help u
No branches or pull requests
How to import all icons without one by one
The text was updated successfully, but these errors were encountered: