doesnt refresh the page when the menu entry gets closed, does redirect if the menu entry gets opened

This commit is contained in:
SimonGschnell
2024-10-14 09:48:54 +02:00
parent f9e72832c9
commit 9fd02460ce
+1 -1
View File
@@ -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,