flozero / vuepress-plugin-docgen

auto docs generation for your components
https://f3ltron.github.io/vuepress-plugin-docgen/
MIT License
28 stars 3 forks source link

Components pages content div does not have the right class #27

Closed elevatebart closed 5 years ago

elevatebart commented 5 years ago
<div class="content__default">
  <h1 id="tags">
    <a href="#tags" aria-hidden="true" class="header-anchor">#</a> Tags
  </h1>
  ...
</div>

while it should be as in any other vuepress page:

<div class="content default">
  <h1 id="tags">
    <a href="#tags" aria-hidden="true" class="header-anchor">#</a> Tags
  </h1>
  ...
</div>
flozero commented 5 years ago

It is relative to vuepress internally