Closed
Description
Hi, first I would like to thank you for the lib, been using for some weeks now and it really helps with the development flow.
I only have one issue, seeing prop definition or going to original component is not really that bad, but webstorm keeps warning me that the component is an "unknown html tag". Is there a way to recognize the components or even going to definition using the plugin?
Right now my vite.config is:
ViteComponents({
customComponentResolvers: [
ElementUiResolver(),
ViteIconsResolver({
componentPrefix: "",
}),
],
}),
Thanks guys!
Metadata
Metadata
Assignees
Labels
No labels