[IMP] qweb, blockdom, components: t-on with modifiers

supported modifiers: capture, prevent, stop, self.
This commit is contained in:
Lucas Perais (lpe)
2021-10-27 14:45:29 +02:00
committed by Aaron Bohy
parent 2ae0149adb
commit 4cceb239dd
11 changed files with 427 additions and 39 deletions
@@ -61,6 +61,7 @@ test("simple event handling ", async () => {
const [owner, method] = data;
owner[method]();
}
return false;
};
const block = createBlock('<div block-handler-0="click"></div>');