Vue Navbar
Why is Vue navbar multiplexing menu names? What is the solution ?
For example;
Dashboard
layout builder
crafted
Apps
Mega Menu
Help
--Again
Dashboard
layout builder
crafted
Apps
Mega Menu
Help
Replies (9)
This usually happens when the navbar component re-renders multiple times due to duplicated routes or nested layout imports.
Try checking if your router-view is being wrapped twice or if you’ve registered the same layout file in multiple places.
Also, while working on frontend builds, I took a short break and found something cool — Jenny Mod www.jeenymods.com
for Minecraft. Worth checking out if you like modding stuff!
I've got the same but only when I smash F12 to enter devtools then 99% cases menu items are doubled.
Hi Melih,
We had this issue in Metronic older versions and it should already be fixed in the latest version.
Here is the latest version preview page:
https://preview.keenthemes.com/metronic8/vue/demo1/#/dashboard
Could you please specify which Metronic version are you using?
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi Melih,
As far as I remember, the issue was related to src/assets/ts/components/_SwapperComponent.ts so to fix it you can just update this component in your project.
If you want fully migrate to the latest version then you can refer to our Metronic Updating guide.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi Melih,
Then you can refer to our Metronic Updating guide.
Regards,
Lauris Stepanovs,
Keenthemes Support Team