[IMP] playground: give a name so it is more explicit in devtools

This commit is contained in:
Géry Debongnie
2023-04-24 15:37:09 +02:00
committed by Sam Degueldre
parent b8b5190bc6
commit 0765b19367
+1 -1
View File
@@ -395,7 +395,7 @@ async function start() {
loadFile("templates.xml"),
whenReady()
]);
const rootApp = new App(Playground);
const rootApp = new App(App, { name: "Owl Playground" });
rootApp.addTemplates(templates);
await rootApp.mount(document.body);