File tree Expand file tree Collapse file tree
adminforth/spa/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 </button >
9292
9393 <transition name =" slow-drop" >
94- <ul v-show =" opened.includes(i)" :id =" `dropdown-example${i}`" role =" none" class =" af-sidebar-dropdown pt-1 space-y-1 overflow-hidden" > <template v-for =" (child , j ) in item .children " :key =" ` menu-${i }-${j } ` " >
95- <li class =" af-sidebar-menu-link" >
96- <MenuLink :item =" child" isChild =" true" @click =" $emit('hideSidebar')" />
97- </li >
94+ <ul v-show =" opened.includes(i)" :id =" `dropdown-example${i}`" role =" none" class =" af-sidebar-dropdown pt-1 space-y-1 overflow-hidden" >
95+ <template v-for =" (child , j ) in item .children " :key =" ` menu-${i }-${j } ` " >
96+ <li class =" af-sidebar-menu-link" >
97+ <MenuLink :item =" child" isChild =" true" @click =" $emit('hideSidebar')" />
98+ </li >
9899 </template >
99100 </ul >
100101 </transition >
You can’t perform that action at this time.
0 commit comments