mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-04 06:07:56 +01:00
docs(migration): fix typo (#3516)
This commit is contained in:
@@ -459,7 +459,7 @@ Some important differences:
|
|||||||
- The `useOverlay` composable is now used to create overlay instances
|
- The `useOverlay` composable is now used to create overlay instances
|
||||||
- Overlays that are opened, can be awaited for their result
|
- Overlays that are opened, can be awaited for their result
|
||||||
- Overlays can no longer be closed using `modal.close()` or `slideover.close()`, rather, they close automatically: either when a `closed` event is fired explicitly from the opened component OR when the overlay closes itself (clicking on backdrop, pressing the ESC key, etc)
|
- Overlays can no longer be closed using `modal.close()` or `slideover.close()`, rather, they close automatically: either when a `closed` event is fired explicitly from the opened component OR when the overlay closes itself (clicking on backdrop, pressing the ESC key, etc)
|
||||||
- To capture the return value in the parent component you explictly emit a `closed` event with the desired value
|
- To capture the return value in the parent component you must explictly emit a `closed` event with the desired value
|
||||||
|
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
|
|||||||
Reference in New Issue
Block a user