Skip to content

Commit

Permalink
@uppy/vue: fix missing component in docs (#4063)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 30, 2022
1 parent 0e35dfd commit ce88222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/src/docs/vue.md
Expand Up @@ -72,6 +72,7 @@ install each package separately):
* `<dashboard />` - renders an inline [`@uppy/dashboard`][].
* `<dashboard-modal />` - renders a [`@uppy/dashboard`][] modal.
* `<drag-drop />` - renders a [`@uppy/drag-drop`][] area.
* `<file-input />` - renders a [`@uppy/file-input`][] area.
* `<progress-bar />` - renders a [`@uppy/progress-bar`][].
* `<status-bar />` - renders a [`@uppy/status-bar`][].

Expand Down Expand Up @@ -203,6 +204,8 @@ The `<status-bar />` component supports all `@uppy/status-bar` options to be pas

[`@uppy/drag-drop`]: /docs/drag-drop

[`@uppy/file-input`]: /docs/file-input

[`@uppy/progress-bar`]: /docs/progress-bar

[`@uppy/status-bar`]: /docs/status-bar
Expand Down

0 comments on commit ce88222

Please sign in to comment.