Hi,
I had tried to use Metronic 9 via Livewire but menus (sidebar and profile menu, top right) are not opening. I use currently livewire with Metronic 8 and menus are opening help of below script:
document.addEventListener("livewire:navigated", () => {
KTComponents.init()
KTMenu.init();
});
But this script not working with Metronic 9. Please, can you help me?
is there another solution?
Hi,
Could you please try to use livewire:load?
Thank you
it's not working also