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
I just noticed that some tests, such as the Simple Button one, are using a callback prop approach, which is widely used in React.
However, since Vue suggests emitting events instead of passing callback functions, would it make sense to update the example and show how to test for an event to be emitted? I could help with that.
Thanks!
The text was updated successfully, but these errors were encountered:
I just noticed that some tests, such as the Simple Button one, are using a callback prop approach, which is widely used in React.
However, since Vue suggests emitting events instead of passing callback functions, would it make sense to update the example and show how to test for an event to be emitted? I could help with that.
Thanks!
The text was updated successfully, but these errors were encountered: