tidev / titanium-docs

We use VuePress for Guides and API docs.
https://titaniumsdk.com
Apache License 2.0
13 stars 22 forks source link

module-card broken #144

Closed m1ga closed 1 year ago

m1ga commented 2 years ago

The module-card in ModuleGroups.vue is not working correctly. The Root namespace for network related code... text part is displayed twice:

Screenshot_20220904_151815

<module-card
        title="Network"
        icon="wifi"
        link="./titanium/network.html"
      >
        Root namespace for network related code, such as an <router-link to="./titanium/network/httpclient.html">HTTP client</router-link>.
      </module-card>

It happens to all items that have a link.