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

5 lines
141 B
Plaintext

<div w-bind>
<input ref="input" type="text" value="test" />
<button ref="button" />
<app-iframe-more-content ref="more" />
</div>