diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 649fdf6..8cf9f9f 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -65,6 +65,7 @@ function getComponents() { function getFormComponents() { return [ { text: 'Input', link: 'components/input' }, + { text: 'Select', link: 'components/select' }, ] }