-
Notifications
You must be signed in to change notification settings - Fork 173
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
Support all component included via component hooks at ComponentGraph
#192
Comments
Can you give a minimal example project setup so we could take a look? Thanks |
Added related screenshots to |
To be more precise, the code at vite-inspect integration only includes files that end with I would gladly make a PR for this if its a reasonable enhancement. |
I mean, yes. I think it's reasonable to have it. But I think the main blocker to me is how we could determine whether a js/ts file, or an export is a Vue component or not. PR welcome if you have some ideas in mind. Thanks. |
I can reduce the scope of the request to just support component files passed to nuxt via |
.vue
files in ComponentGraph
components:extends
hook in ComponentGraph
components:extends
hook in ComponentGraph
ComponentGraph
ComponentGraph
ComponentGraph
Currently
ComponentGraph
will only show components that are defined in files with.vue
extension. But some (or most) Vue UI library distributions (ex. element-plus, quasar) contain their component definitions in.js
files.Is it possible to support viewing these components in
ComponentGraph
as well?The text was updated successfully, but these errors were encountered: