[IMP] owl: update to v1.0.0-alpha

This commit is contained in:
Géry Debongnie
2019-10-30 16:24:51 +01:00
parent d6aad9c673
commit 71a6091772
5 changed files with 305 additions and 324 deletions
+1 -2
View File
@@ -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>
&lt;/templates&gt;</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>