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
I found that there is no (documented) way to specify a tags.json and attributes.json file for custom-tags in one's own project, that are not in any dependency.
Info
Problem
I found that there is no (documented) way to specify a
tags.json
andattributes.json
file for custom-tags in one's own project, that are not in any dependency.I only found https://vuejs.github.io/vetur/framework.html#custom-tags-attributes. But that is only for modules being published on npm and being used as a dependency. What about custom-tags in own project?
I tried adding a "vetur" key to my project and adding corresponding files, but it didn't pick anything up.
I think this should be trivial to implement as the major work is already done.
The text was updated successfully, but these errors were encountered: