[IMP] qweb: compiler: support t-key on node and component without t-foreach

This commit is contained in:
Lucas Perais (lpe)
2021-11-04 13:46:49 +01:00
committed by Aaron Bohy
parent 16f1e2c237
commit 7c04cc425e
19 changed files with 722 additions and 64 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ class VToggler {
}
}
beforeRemove() {}
beforeRemove() {
this.child.beforeRemove();
}
remove() {
this.child.remove();