You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 3.0.2 the @click event is not working anymore. <c-dropdown-item @click="xx">
I have to change @click to @click.native. Downgrading to 3.0.1 fixes the behavior.
The text was updated successfully, but these errors were encountered:
darthf1
changed the title
[CDropdownItem] 3.0.2 breaks @click behaviour
[CDropdownItem] 3.0.2 breaks @click behavior
Mar 9, 2020
With
3.0.2
the@click
event is not working anymore.<c-dropdown-item @click="xx">
I have to change
@click
to@click.native
. Downgrading to3.0.1
fixes the behavior.The text was updated successfully, but these errors were encountered: