Explorar o código

fix link to tabs-panel (#3329)

Rodja Trappe hai 10 meses
pai
achega
65d5e8aebf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      website/documentation/content/tabs_documentation.py

+ 1 - 1
website/documentation/content/tabs_documentation.py

@@ -6,7 +6,7 @@ from . import doc
 @doc.demo('Tabs', '''
     The elements `ui.tabs`, `ui.tab`, `ui.tab_panels`, and `ui.tab_panel` resemble
     [Quasar's tabs](https://quasar.dev/vue-components/tabs) and
-    [tab panels](https://quasar.dev/vue-components/tab-panels>) API.
+    [tab panels](https://quasar.dev/vue-components/tab-panels) API.
 
     `ui.tabs` creates a container for the tabs. This could be placed in a `ui.header` for example.
     `ui.tab_panels` creates a container for the tab panels with the actual content.