Some of us use an additional <docs> tag for component's documentation in .vue files.
I wonder, would support for that be technically possible in vue-devtools? Purely in the form of displaying the content when the currently selected component has such a tag.
It's technically possible, but it'll bloat the view. I don't think it belongs to the devtools because you can read it directly in your component file, while the state, props, etc is dynamic and cannot
Thanks, I'm satisfied with the answer. I'll keep it open for a while in case somebody wants to add something.
If it doesn't hit vue-devtools because it's out of the scope for the project, I guess a small community-maintained extension may be a compromise solution.
Does somebody have tip for a tool what can generate some kind of styleguide from single file components and can use something like
Most helpful comment
Thanks, I'm satisfied with the answer. I'll keep it open for a while in case somebody wants to add something.
If it doesn't hit
vue-devtoolsbecause it's out of the scope for the project, I guess a small community-maintained extension may be a compromise solution.