Currently, in metronic/vue/demo1 , you need to click in the top header toolbar menu items, to show their submenu.
Please add option to appear submenu on mouseover too.
Could you please specify which theme version are you using?
If you are using a Metronic 8 then you should be able to use MenuComponent.ts which supports hover functionality.
Just set the data-kt-menu-trigger
attribute to "hover"
.
I have tried it working on pc but i have problem on mobile not being able to open the menu when clicked. Do you have any solution?
I use demo16 html.
Thanks!