diff --git a/components/lib/megamenu/MegaMenu.d.ts b/components/lib/megamenu/MegaMenu.d.ts index c86a2605f..0d863065a 100755 --- a/components/lib/megamenu/MegaMenu.d.ts +++ b/components/lib/megamenu/MegaMenu.d.ts @@ -98,6 +98,10 @@ export interface MegaMenuPassThroughOptions { * Used to pass attributes to the submenu's DOM element. */ submenu?: MegaMenuPassThroughOptionType; + /** + * Used to pass attributes to the submenu label's DOM element. + */ + submenuLabel?: MegaMenuPassThroughOptionType; /** * Used to pass attributes to the separator's DOM element. */ diff --git a/components/lib/megamenu/MegaMenuSub.vue b/components/lib/megamenu/MegaMenuSub.vue index b9c203ed9..240c3b272 100644 --- a/components/lib/megamenu/MegaMenuSub.vue +++ b/components/lib/megamenu/MegaMenuSub.vue @@ -32,7 +32,7 @@