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"),
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user