Explorar o código

loading correct route on page init

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
76562a59b8
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      examples/single_page_app/router.py

+ 0 - 2
examples/single_page_app/router.py

@@ -36,6 +36,4 @@ class Router():
 
     def frame(self):
         self.content = ui.element('router_frame').on('open', lambda msg: self.open(msg['args']))
-        with self.content:
-            ui.label('Loading...').classes('text-2xl')
         return self.content