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

<div w-bind>
Hello ${data.name}!
<app-stateful-lifecycle-events-nested ref="nestedStateful" message-count=data.messageCount/>
<app-stateful-lifecycle-events-nested name="foo" message-count=data.messageCount/>
</div>