mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] playground: give a name so it is more explicit in devtools
This commit is contained in:
committed by
Sam Degueldre
parent
b8b5190bc6
commit
0765b19367
@@ -395,7 +395,7 @@ async function start() {
|
|||||||
loadFile("templates.xml"),
|
loadFile("templates.xml"),
|
||||||
whenReady()
|
whenReady()
|
||||||
]);
|
]);
|
||||||
const rootApp = new App(Playground);
|
const rootApp = new App(App, { name: "Owl Playground" });
|
||||||
rootApp.addTemplates(templates);
|
rootApp.addTemplates(templates);
|
||||||
|
|
||||||
await rootApp.mount(document.body);
|
await rootApp.mount(document.body);
|
||||||
|
|||||||
Reference in New Issue
Block a user