You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@modex98 you can try import.meta.glob or import.meta.globEager using raw option, but you'll need to use some directive to render the svg icon, check the raw option on readme
when i use import.meta.glob or import.meta.globEager
its warn that [plugin:vite:import-analysis] Invalid glob import syntax: pattern must start with "." or "/" (relative to project root) or alias path
How to print a list of icons just from an array for example
[{ name: "edit" }, { name: "settings" }]
and i get
and in the browser it really renders the wanted icon
The text was updated successfully, but these errors were encountered: