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
The issue with passing arguments to events is dealing with iteration. Currently, the second argument to an event handler is the reactive instance for the iterated item. This allows for implementing lists with delete buttons and access to the iterated instance. Maybe looking at home some other libs are handling this could provide some insight.
I think the original posted issue could be made to work tho and will see if that is the case without too much pain.
e.g:
This almost works already but is just a little broken since it gets transformed to
where's what I wanted was to call the view's
render
method.The use case is to make it easier to jump back to JS when you need the power. Though it could be used in place of computed properties in some cases.
The text was updated successfully, but these errors were encountered: