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
Both buttons turning red and becoming disabled as a result of the "disabled" variable becoming "true".
What is actually happening?
Only the "show" button, which is not part of the transition reacts as expected. The "hide" button seems to be immutable during the "leave" transition period.
it works as expected on the reverse way, when fading in (before-enter hook fired)
it works both ways, when the "hide" button uses "v-show" instead of "v-if" (line 39)
Version
3.2.20
Reproduction link
SFC Playground
Steps to reproduce
What is expected?
Both buttons turning red and becoming disabled as a result of the "disabled" variable becoming "true".
What is actually happening?
Only the "show" button, which is not part of the transition reacts as expected. The "hide" button seems to be immutable during the "leave" transition period.
The text was updated successfully, but these errors were encountered: