Charlie Duong e1940a7ff0 Introduce "ref" and "for-ref" attributes
Deprecated "w-id" and "w-for"
2016-11-13 15:39:53 -05:00

4 lines
223 B
Plaintext

<div w-bind>
<app-stateful-button size=data.buttonSize ref="button1">${data.buttonLabel}</app-stateful-button>
<app-stateful-button size=data.buttonSize ref="button2">${data.buttonLabel}</app-stateful-button>
</div>