We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb96da8 commit 5c4f0c1Copy full SHA for 5c4f0c1
src/components/app-content.vue
@@ -23,12 +23,6 @@
23
</ul>
24
<nav class="side-nav">
25
<!-- TODO: 左侧组件导航 d-accordion -->
26
- <!-- <div v-for="category in componentsData" v-bind:key="category">
27
- {{ category.title }}
28
- <div v-for="component in category.children" v-bind:key="component">
29
- <router-link :to="component.link">{{ component.title }}</router-link>
30
- </div>
31
- </div> -->
32
<d-accordion :data="componentsData" :linkType="'routerLink'"></d-accordion>
33
</nav>
34
</div>
0 commit comments