Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Vue 3 - Loading Dropdown Menu does not work properly


When I use a v-if="toolbarStatus" in the first DIV element, it does shows the button, but it does not shows the Dropdown3 elements. This only happens when I'm from route "A" going to end route "B" which loads the Toolbar. Does this have to do with router-link which I'm using in route A to get to route B?

If I just directly go to the end route or refresh it, it works perfectly.


<div class="card-toolbar" v-if="toolbarStatus">
<!--begin::Menu-->
<button
type="button"
class="btn btn-sm btn-icon btn-color-primary btn-active-light-primary"
data-kt-menu-trigger="click"
data-kt-menu-placement="bottom-end"
data-kt-menu-flip="top-end"
>
<span class="svg-icon svg-icon-2">
<inline-svg
src="media/icons/duotone/Layout/Layout-4-blocks-2.svg"
/>
</span>
</button>
<Dropdown3></Dropdown3>
<!--end::Menu-->
</div>


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (21)


I just checked it deeper. It look like the click function is not being detected.



Hi,

v-if will hide elements with all child elements. If your first div element is hidden when your button and dropdown components will be hidden as well.

Could you please specify what you want to display on your page?



Lauris, the button is shown as the value of toolbarStatus is true. It renders. But if I click on the element (button). It does not show the dropdown.



Sorry for the misunderstanding.

You can try to reinitialize MenuComponent in your vue component.

MenuComponent.reinitialization();



Hi Lauris,
A great thanks for that tip. It has just saved ma day.
Please can you give more explanations about why we have to do that so it works??
Thanks again



Discover the latest and best women clothing brands in Pakistan with Roheenaz. Explore a wide range of stylish and trendy options to elevate your wardrobe. Shop now for the best clothing brands for women.



Shop the latest collection of pakistani bridal dresses online at Mushq Pk. Find the perfect dress for your barat or any other special occasion. Browse a wide range of beautifully designed bridal dresses in Pakistan.



Unlock the potential of your business with our expert SEO services. Drive traffic, boost rankings, and dominate search engine results today!



Find the most gorgeous Pakistani Wedding Dresses for your unforgettable day. Look and feel like a real queen with elegant traditional styles or innovative fashions. Get ready to draw attention and make lasting memories with our stunning assortment.



Explore our exclusive collection of wedding formals for your special day. Find the perfect outfit to make a statement and look beautiful at your Wedding day.



Pakistani formal dresses from Afrozeh, exude grace, style, and a touch of cultural richness. Step into timeless fashion and make a statement with our stunning selection.

Discover our exclusive collection of school bags for kids, including trolley bags, that are perfect for keeping your little one stylish and organized for school. Shop now!



Discover the best clothing brands in Pakistan at Hang Ten. Shop now for trendy and stylish outfits that will make you stand out.



ECS offers the best new trouser design online in Pakistan. With our best selection and fast delivery, we hope that ECS is the best shopping destination for your online shopping needs. Shop now.



Discover the latest collection of stylish trouser design at Nishat Linen. Choose from a wide range of designs and find the perfect pair to enhance your style.



Find the latest printed lawn designs and fashion trends at our online store. Shop now and upgrade your wardrobe with stunning prints. Shop today.



Explore a variety of men chappal styles at Servis Shoes Online Store. From trendy sneakers to classic formal shoes, shop now!



Find the beauty of face oil with Her Beauty. Our carefully curated collection of face oils will nourish and enhance your skin, leaving you with a radiant and healthy glow.



Discover the latest ready to wear in Pakistan. Our collection offers a wide range of styles for every event, ranging from classic to modern. Shop now to add stylish, ready-to-wear items that will instantly boost your collection.



Discover the latest collection of elegant and timeless wedding formals for your special day. Find the perfect dress to make your perfect day special



Find an extensive assortment of premium Islamic headwear suitable for every scenario. Find the perfect Islamic cap to complete your outfit. Shop now and add a touch of elegance to your wardrobe.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(