mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] owl: update to v1.0.0-alpha
This commit is contained in:
+1
-2
@@ -63,7 +63,7 @@ class Counter extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
const counter = new Counter({ qweb: new QWeb(TEMPLATES) });
|
||||
const counter = new Counter();
|
||||
counter.mount(document.body);</code></pre>
|
||||
</section>
|
||||
<section class="column">
|
||||
@@ -74,7 +74,6 @@ counter.mount(document.body);</code></pre>
|
||||
</templates></code></pre>
|
||||
</section>
|
||||
</div>
|
||||
<p>Note that we assume here that the xml templates are available in the <tt>TEMPLATES</tt> string. More interesting examples can be found on the <a href="playground/">Playground</a> application.</p>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user