vue
vue copied to clipboard
Vue directive wont update to new state after livewire reload
Hi, i am using livewire component which update database column "active" of "partner_code". There i have tooltip (which is Vue directive loaded as Vue plugin) which either says "Activate" (Aktivovat) or "Deactivate" (Deaktivovat). On page load, everything works fine, but when i click the action for activating or deactivating, the tooltip is always stuck on the initial value which was on page load and is NOT updated.
@desthercz did you ever solve this?