mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
feat(OverlayProvider)!: return an overlay instance from .open() (#3829)
This commit is contained in:
@@ -22,7 +22,7 @@ const onClose = (id: symbol, value: any) => {
|
||||
v-for="overlay in mountedOverlays"
|
||||
:key="overlay.id"
|
||||
v-bind="overlay.props"
|
||||
v-model:open="overlay.modelValue"
|
||||
v-model:open="overlay.isOpen"
|
||||
@close="(value:any) => onClose(overlay.id, value)"
|
||||
@after:leave="onAfterLeave(overlay.id)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user