@@ -30,5 +30,4 @@ with ui.row():
# this places the frame for the content which should be displayed
router.frame().classes('w-full pt-8')
-
ui.run()
@@ -1,5 +1,5 @@
export default {
- template: `<div>Test</div>`,
+ template: `<div><slot></slot></div>`,
mounted() {
window.addEventListener("popstate", (event) => {
if (event.state && event.state.page) {