strudel icon indicating copy to clipboard operation
strudel copied to clipboard

Attach events to bound elements

Open mateuszluczak opened this issue 7 years ago • 1 comments

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

mateuszluczak avatar Oct 19 '17 06:10 mateuszluczak

Design needed

mateuszluczak avatar Jun 26 '18 12:06 mateuszluczak