From 65ec12532fca420a02c51649b2b86b4ae72333dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Tue, 1 Oct 2019 20:42:36 +0200 Subject: [PATCH] [FIX] add missing TEMPLATES in example --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a540f565..53f3529e 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ class Counter extends Component { } } -const counter = new Counter({ qweb: new QWeb() }); +const counter = new Counter({ qweb: new QWeb(TEMPLATES) }); counter.mount(document.body);