-
Notifications
You must be signed in to change notification settings - Fork 0
Identify global Vue components used by the template #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request