diff --git a/docs/playground/playground.js b/docs/playground/playground.js index cde6a541..7ff6e48b 100644 --- a/docs/playground/playground.js +++ b/docs/playground/playground.js @@ -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); diff --git a/docs/playground/templates.xml b/docs/playground/templates.xml index 2054da23..bb47378b 100644 --- a/docs/playground/templates.xml +++ b/docs/playground/templates.xml @@ -10,7 +10,7 @@
-
+