diff --git a/src/components/ui/Drawer.vue b/src/components/ui/Drawer.vue index 7b3ad4f..786f585 100644 --- a/src/components/ui/Drawer.vue +++ b/src/components/ui/Drawer.vue @@ -26,5 +26,7 @@ import type { DrawerProps } from '@nuxt/ui' * Wrapper around UDrawer that automatically applies safe area insets for mobile devices. * Passes through all props and slots to UDrawer. */ -defineProps() +const props = defineProps() + +const { ui } = toRefs(props)