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

6 lines
174 B
Plaintext

<div id="appFixedId" class="app-fixed-id" w-bind="./widget">
<h1>app-fixed-id</h1>
<div ref="wrapper">
<app-hello ref="hello" name="hello"/>
</div>
</div>