Explorar el Código

adding SPA to demo links

Rodja Trappe hace 2 años
padre
commit
162bb953c9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -246,6 +246,7 @@ The command searches for `main.py` in in your current directory and makes the ap
             example_link('Trello Cards', 'shows Trello-like cards that can be dragged and dropped into columns')
             example_link('Slots', 'shows how to use scoped slots to customize Quasar elements')
             example_link('Table and slots', 'shows how to use component slots in a table')
+            example_link('Single Page App', 'navigate without reloading the page')
 
     with ui.row().classes('bg-primary w-full min-h-screen mt-16'):
         link_target('why')