From 71c4f587d34a73d8e8cb4f4562f4fe8f01cbe4b3 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 27 Jun 2026 21:44:48 +0800 Subject: [PATCH] Enable hover open for horizontal nav submenus --- src/layouts/default/components/DefaultLayout.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/layouts/default/components/DefaultLayout.vue b/src/layouts/default/components/DefaultLayout.vue index 30c6c7ce..226d370d 100644 --- a/src/layouts/default/components/DefaultLayout.vue +++ b/src/layouts/default/components/DefaultLayout.vue @@ -540,6 +540,9 @@ onMounted(async () => { :model-value="openHorizontalNavGroup === group.title" location="bottom start" offset="8" + open-on-hover + :open-delay="0" + :close-delay="120" :close-on-content-click="false" @update:model-value="openHorizontalNavGroup = $event ? group.title : null" > @@ -569,7 +572,11 @@ onMounted(async () => { :close-on-content-click="true" >