mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
doesnt refresh the page when the menu entry gets closed, does redirect if the menu entry gets opened
This commit is contained in:
@@ -209,7 +209,7 @@ export default {
|
||||
<template v-else>
|
||||
<template v-if="hasChilds">
|
||||
<div class="btn-group w-100">
|
||||
<a :href="link" :target="target" @click="toggleCollapse"
|
||||
<a :href="(entry.menu_open)?link:null" :target="target" @click="toggleCollapse"
|
||||
:class="{
|
||||
'btn btn-default rounded-0 text-start': true,
|
||||
['btn-level-' + level]: true,
|
||||
|
||||
Reference in New Issue
Block a user