youlaitech / vue3-element-admin

🔥基于 vue3 + vite5 + typescript + element-plus 构建的后台管理前端模板(配套后端源码),vue-element-admin 的 vue3 版本。
https://vue3.youlai.tech
MIT License
1.4k stars 371 forks source link

这是一个递归组件吗? #66

Closed cscsb closed 1 month ago

cscsb commented 6 months ago

src/layout/components/Sidebar/components/SidebarMenuItem.vue

<SidebarMenuItem v-for="child in item.children" :key="child.path" :is-nest="true" :item="child" :base-path="resolvePath(child.path)" /> 这是一个递归组件吗?

AnAloneJaver commented 1 month ago

是的