mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] playground: fix name of playground component
This commit is contained in:
committed by
Géry Debongnie
parent
52be5ae85f
commit
1784a98b2c
@@ -395,7 +395,7 @@ async function start() {
|
|||||||
loadFile("templates.xml"),
|
loadFile("templates.xml"),
|
||||||
whenReady()
|
whenReady()
|
||||||
]);
|
]);
|
||||||
const rootApp = new App(App, { name: "Owl Playground" });
|
const rootApp = new App(Playground, { name: "Owl Playground" });
|
||||||
rootApp.addTemplates(templates);
|
rootApp.addTemplates(templates);
|
||||||
|
|
||||||
await rootApp.mount(document.body);
|
await rootApp.mount(document.body);
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="code-editor" t-ref="editor"></div>
|
<div class="code-editor" t-ref="editor"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div t-name="Root" class="playground">
|
<div t-name="Playground" class="playground">
|
||||||
<div class="left-bar" t-att-class="{split: state.splitLayout}"
|
<div class="left-bar" t-att-class="{split: state.splitLayout}"
|
||||||
t-att-style="leftPaneStyle">
|
t-att-style="leftPaneStyle">
|
||||||
<div class="menubar">
|
<div class="menubar">
|
||||||
|
|||||||
Reference in New Issue
Block a user