[FIX] playground: fix name of playground component

This commit is contained in:
Samuel Degueldre
2023-04-24 15:47:09 +02:00
committed by Géry Debongnie
parent 52be5ae85f
commit 1784a98b2c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ async function start() {
loadFile("templates.xml"),
whenReady()
]);
const rootApp = new App(App, { name: "Owl Playground" });
const rootApp = new App(Playground, { name: "Owl Playground" });
rootApp.addTemplates(templates);
await rootApp.mount(document.body);
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="code-editor" t-ref="editor"></div>
</div>
<div t-name="Root" class="playground">
<div t-name="Playground" class="playground">
<div class="left-bar" t-att-class="{split: state.splitLayout}"
t-att-style="leftPaneStyle">
<div class="menubar">