mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
fix(OverlayProvider): missing import
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import { computed } from 'vue'
|
||||||
import { useOverlay, type Overlay } from '../composables/useOverlay'
|
import { useOverlay, type Overlay } from '../composables/useOverlay'
|
||||||
|
|
||||||
const { overlays, unMount, close } = useOverlay()
|
const { overlays, unMount, close } = useOverlay()
|
||||||
|
|||||||
Reference in New Issue
Block a user