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
237 B
Plaintext

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