strudel
strudel copied to clipboard
Attach events to bound elements
Code like this:
@El('.button')
button
@Event('click .button')
onClick() {}
leads to selector duplication, there should be a smarter way to pass bound button
to the @Event
Design needed