Explorar el Código

Update the deprecation issue ticket link.

Dominique CLAUSE hace 2 años
padre
commit
384c6ae82e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      nicegui/dependencies.py

+ 1 - 1
nicegui/dependencies.py

@@ -47,7 +47,7 @@ def register_component(name: str, py_filepath: str, component_filepath: str, dep
     Deprecated method. Use `register_vue_component` or `register_library` library instead.
     """
 
-    url = f'https://github.com/zauberzeug/nicegui/pull/xxx'  # @todo to be defined.
+    url = f'https://github.com/zauberzeug/nicegui/pull/658'
     warnings.warn(DeprecationWarning(
         f'This function is deprecated. Use either register_vue_component or register_library instead, along with `use_component` or `use_library` ({url}).'))