From 29b99c1a037fc8ac7b8ef3612873a17c2dcb3749 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Tue, 27 Aug 2024 11:51:08 -0600 Subject: [PATCH] docs(vtklocal): add in API --- docs/api/requirements.txt | 1 + docs/vitepress/guide/intro/widgets.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/requirements.txt b/docs/api/requirements.txt index e16d259c..1be1024f 100644 --- a/docs/api/requirements.txt +++ b/docs/api/requirements.txt @@ -29,6 +29,7 @@ trame-keycloak trame-xterm trame-code trame-vtk3d +trame-vtklocal # Vue 3 trame-formkit diff --git a/docs/vitepress/guide/intro/widgets.md b/docs/vitepress/guide/intro/widgets.md index 27250be9..2feb6f50 100644 --- a/docs/vitepress/guide/intro/widgets.md +++ b/docs/vitepress/guide/intro/widgets.md @@ -18,7 +18,6 @@ | rca | trame-rca | 2 & 3 | 7 | | keycloak | trame-keycloak (wip) | 2 & 3 (needs funding) | 1 | | vtk3d | trame-vtk3d | 2 & 3 | 1 | -| vtklocal | trame-vtklocal (wip) | 2 & 3 | 1 | | simput | trame-simput | 2 & 3 | 2 | | vega | trame-vega | 2 & 3 | 1 | | matplotlib | trame-matplotlib | 2 & 3 | 1 | @@ -26,6 +25,7 @@ | tauri | trame-tauri | 2 & 3 | 2 + utils | | bbox | trame-bbox (wip) | 2 & 3 | 1 | | tweakpane | trame-tweakpane | 2 & 3 | 10 | +| vtklocal | trame-vtklocal | 2 & 3 | 1 | ::: warning - **vuetify**: The set of components are a bit different with API change. Please look at the [upgrade guide](https://vuetifyjs.com/en/getting-started/upgrade-guide/) for more details.