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.
2 parents cf09549 + 3647bd4 commit 819fc62Copy full SHA for 819fc62
adminforth/spa/src/App.vue
@@ -95,6 +95,7 @@
95
">{{ item.label }}</div>
96
<li v-else-if="item.children" class="af-sidebar-expand-container">
97
<button @click="clickOnMenuItem(i)" type="button" class="af-sidebar-expand-button flex items-center w-full p-2 text-base text-lightSidebarText rounded-default transition duration-75 group hover:bg-lightSidebarItemHover hover:text-lightSidebarTextHover dark:text-darkSidebarText dark:hover:bg-darkSidebarHover dark:hover:text-darkSidebarTextHover"
98
+ :class="opened.includes(i) ? 'af-sidebar-dropdown-expanded' : 'af-sidebar-dropdown-collapsed'"
99
:aria-controls="`dropdown-example${i}`"
100
:data-collapse-toggle="`dropdown-example${i}`"
101
>
0 commit comments