Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function getComponents () {

function getFormComponents () {
return [
{ text: 'Autocomplete', link: '/components/autocomplete' },
{ text: 'Input', link: '/components/input' },
{ text: 'File Input', link: '/components/fileInput' },
{ text: 'Select', link: '/components/select' },
Expand Down
Loading