set menu entry active when clicked

This commit is contained in:
Johann Hoffmann
2025-01-22 16:43:37 +01:00
parent 10e4032718
commit 9350838ebc
+2 -1
View File
@@ -230,7 +230,8 @@ export default {
'btn btn-default rounded-0 w-100 text-start': true,
['btn-level-' + level]: true,
'fw-bold':active
}">
}"
@mouseup="setActiveEntry(entry.content_id)">
{{ entry.titel }}
</a>
</template>`