Skip to content

Commit 5c4f0c1

Browse files
committed
refactor: remove useless code
1 parent bb96da8 commit 5c4f0c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/app-content.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
</ul>
2424
<nav class="side-nav">
2525
<!-- 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> -->
3226
<d-accordion :data="componentsData" :linkType="'routerLink'"></d-accordion>
3327
</nav>
3428
</div>

0 commit comments

Comments
 (0)