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
@posva when deal with native once event, there is a (res !== null) guard just to make sure the .self modifier works. see the issure #4846.
but there is no such a problem when the event is component level, the problem should be solved maybe
Version
2.6.11
Reproduction link
https://jsfiddle.net/q0v6m8dr/1/
Steps to reproduce
What is expected?
only the first trigger will invoke handler, under '.once' influence
What is actually happening?
subsequent trigger will also invoke handler beside the first one
The text was updated successfully, but these errors were encountered: