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
Hi,
recently I've had a ton of problems with making some dropdown component in Vue2. Then I've looked on Alpine.js and saw probably best feature I've seen this year ...
@click.away="doStuff"
This is exactly the kind of neat feature Vue 3 needs. It's simple and effective.
What problem does this feature solve?
Hi,
recently I've had a ton of problems with making some dropdown component in Vue2. Then I've looked on Alpine.js and saw probably best feature I've seen this year ...
This is exactly the kind of neat feature Vue 3 needs. It's simple and effective.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: