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
define a custom component witch emit custom event;
use v-if v-else create 2 component instances;
on first instance use v-on listen the custom event, the second DONOT;
toggle the v-if condition;
emit the custom event on the second instance
What is expected?
the listener on the first instance not been triggered