-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
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
Unable to use <Component :is="" #260
Comments
any news regarding it? |
I have got the same problem
It's not effect |
would be very nice having this feature |
Currently that auto-imports doesn't work with dynamic components, my workaround was to explicitly import dynamically used icons:
|
Please search for existing issues before creating one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm currently using the plugin and now I need to create some components dynamically.
In my vite.config.ts I've the following configuration
This allows me to use the component like
But currently i need to make it work more dynamicaly, like:
But I can't get it to work. Is it possible?
Other thing is that i can't change the icons properties using :width and :height
Reproduction
Dynamicaly create icons based on a list of iconNames
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: