mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 12:17:54 +01:00
chore(OverlayProvider): missing import
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import { useOverlay } from '../composables/useOverlay'
|
||||||
|
|
||||||
const { overlays, unMount, close } = useOverlay()
|
const { overlays, unMount, close } = useOverlay()
|
||||||
|
|
||||||
const mountedOverlays = computed(() => overlays.filter(overlay => overlay.isMounted))
|
const mountedOverlays = computed(() => overlays.filter(overlay => overlay.isMounted))
|
||||||
|
|||||||
Reference in New Issue
Block a user