I'm using BootstrapVue and I have a multi-level dropdown menu (with categories). This is an example from the official site:
https://bootstrap-vue.org/docs/components/dropdown
<b-dropdown id="dropdown-1" text="Dropdown Button" class="m-md-2">
<b-dropdown-item>First Action</b-dropdown-item>
<b-dropdown-item>Second Action</b-dropdown-item>
</b-dropdown>
But I don't know how to create a multi-level menu (I put dropdowns inside each other, but it doesn't work)! There's only a single-level dropdown example! How can I create a multi level one?
Thanks!
<b-dropdownpreventDefaultevent then you can nest b-dropdown inside b-dropdown