We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c33cc commit 0f62d39Copy full SHA for 0f62d39
src/layouts/default.vue
@@ -13,7 +13,7 @@ q-layout(view="hHh LpR lff" style="margin-top: -1px;")
13
div(v-for="menu in getMenuByPart(part)")
14
q-item(v-if="menu.hideInMenuBar !== true"
15
:key="part" clickable v-ripple
16
- :href="menu.path" :active="menu.path === $route.fullPath"
+ :to="menu.path" :active="menu.path === $route.fullPath"
17
)
18
q-item-section(avatar)
19
q-icon(:name="menu.icon" :color="menu.color")
0 commit comments