I am using this code for dropdown:
<b-dropdown size="sm" text="Update" split class="m-2">
<b-dropdown-item-button>Action</b-dropdown-item-button>
<b-dropdown-item-button>Another action</b-dropdown-item-button>
<b-dropdown-item-button>Something else here...</b-dropdown-item-button>
</b-dropdown>
How do I update the "text" item dynamically?
{{ myText }}?it doesn't workhow? was there an error? did it not update like you thought? ismyTexta prop or computed prop?