Skip to content

Identify global Vue components used by the template #3

Description

@akaptur

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.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions