Procházet zdrojové kódy

#162: updated quasar doc links

Hannes Römer před 2 roky
rodič
revize
9acf05c5f0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      nicegui/elements/tree.py

+ 1 - 1
nicegui/elements/tree.py

@@ -14,7 +14,7 @@ class Tree(Element):
                  on_select: Optional[Callable] = None) -> None:
         """Tree
 
-        Display hierarchical data using Quasar's `QTree <https://v1.quasar.dev/vue-components/tree>`_ component.
+        Display hierarchical data using Quasar's `QTree <https://quasar.dev/vue-components/tree>`_ component.
 
         If using IDs, make sure they are unique within the whole tree.