We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
7ecfc89
There was an error while loading. Please reload this page.
:bookmark: chore(version): bump to v1.7.0
38bf504
on.useHandler
You can add any on[eventName] on[eventName].at shorthands by calling on.useHandler(evenName)
on[eventName]
on[eventName].at
on.useHandler(evenName)
on.useHandler('change') class Foo { @on.change.at('.title-input') onChangeAtTitleInput () { // handling title change } }
aa4a52b
@on.click.at(selector)