[DOC] *: remove all remaining references to t-props

closes #135
This commit is contained in:
Géry Debongnie
2019-06-03 11:15:13 +02:00
committed by VincentSchippefilt
parent 00da778753
commit f8e07f6d30
4 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -2054,8 +2054,8 @@ describe("async rendering", () => {
<span t-name="ChildB">b<t t-esc="props.val"/></span>
<span t-name="Parent">
<t t-if="state.flag">
<t t-widget="ChildA" t-props="{val:state.valA}"/>
<t t-widget="ChildB" t-props="{val:state.valB}"/>
<t t-widget="ChildA" val="state.valA"/>
<t t-widget="ChildB" val="state.valB"/>
</t>
</span>
</templates>