[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
@@ -9,7 +9,7 @@ import { QWeb, UTILS } from "./qweb_core";
* - t-on
* - t-ref
* - t-transition
* - t-widget/t-props/t-keepalive
* - t-widget/t-keepalive
* - t-mounted
*/
@@ -194,7 +194,7 @@ QWeb.addDirective({
* ```xml
* <t t-widget="child"
* t-key="'somestring'"
* t-props="{flag:state.flag}"
* flag="state.flag"
* t-transition="fade"/>
* ```
*