Charlie Duong fc82ef0cf0 Deprecated w-on* attributes (#434)
Added support for on*() attributes.
2016-11-16 10:53:51 -08:00

8 lines
157 B
Plaintext

<div w-bind>
<div onClick("handleDivClick")>
Hello
<button ref="button" type="button" onClick("handleButtonClick")>
Button
</button>
</div>
</div>