Skip to content
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

Identify global Vue components used by the template #3

Open
akaptur opened this issue Apr 17, 2021 · 0 comments
Open

Identify global Vue components used by the template #3

akaptur opened this issue Apr 17, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@akaptur
Copy link
Owner

akaptur commented Apr 17, 2021

Currently, the explorer only look at the script part of a Vue single file component. If globally-registered Vue components are used in the template, they'll be missed. We could parse the template section in order to support global components as well.

(I'm not sure how difficult this will be. The key part is finding a good parsing tool for Vue templates. Vue itself might be the easiest way forward, since the Vue framework definitionally has solved this problem.)

@akaptur akaptur added the enhancement New feature or request label Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant