mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] add missing TEMPLATES in example
This commit is contained in:
+1
-1
@@ -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);</code></pre>
|
||||
</section>
|
||||
<section class="column">
|
||||
|
||||
Reference in New Issue
Block a user