We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3168f14 commit a8c8960Copy full SHA for a8c8960
src/layouts/default.vue
@@ -15,7 +15,7 @@ q-layout(view="hHh LpR lff" style="margin-top: -1px;")
15
:key="part" clickable v-ripple
16
:to="menu.path" :active="menu.path === $route.fullPath" active-class="q-item--active"
17
)
18
- q-separator(vertical color='primary' size="5px" style='position: absolute; left: 0; height: 100%; margin-top: -8px;')
+ q-separator(v-if='menu.path === $route.fullPath' vertical color='primary' size="5px" style='position: absolute; left: 0; height: 100%; margin-top: -8px;')
19
q-item-section(avatar)
20
q-icon(:name="menu.icon" :color="menu.color")
21
q-badge(v-if="menu.badge" :color="menu.badge.color" floating) {{ menu.badge.value }}
0 commit comments