You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/2.get-started/1.guide/1.concepts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ These are the core concepts you need to know about vue-final-modal and its appro
20
20
- 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).
21
21
- Full control to the zIndex of the nested modals (see [zIndexFn prop](/api/components/vue-final-modal#zindexfn)).
22
22
- 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).
24
24
- Fully tree-shakable! Only what you use will get imported.
25
25
- Tiny footprint! Only 4.x kB! Vue Final Modal focuses on the core functionality of modals, leaves the complex CSS up to the developer.
0 commit comments