You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: