Skip to content

Commit 8a3171c

Browse files
committed
docs: update docs
1 parent 1c29b68 commit 8a3171c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/content/2.get-started/1.guide/1.concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These are the core concepts you need to know about vue-final-modal and its appro
2020
- Trap keyboard focus within modal element (uses [focus-trap]([/api/components/vue-final-modal#focustrap](https://github.com/focus-trap/focus-trap)) for best web accessibility).
2121
- Full control to the zIndex of the nested modals (see [zIndexFn prop](/api/components/vue-final-modal#zindexfn)).
2222
- Customizable `<Transition>` for the modal content and overlay.
23-
- Provide Higher order components including [ModalFullscreen](/api/components/v-fullscreen) and [ModalBottom](/api/components/v-bottom-sheet).
23+
- Provide Higher order components including [ModalFullscreen](/api/components/modal-fullscreen) and [ModalBottom](/api/components/modal-bottom).
2424
- Fully tree-shakable! Only what you use will get imported.
2525
- Tiny footprint! Only 4.x kB! Vue Final Modal focuses on the core functionality of modals, leaves the complex CSS up to the developer.
2626
::
File renamed without changes.

0 commit comments

Comments
 (0)