mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
Fix ui prop reference in UiDrawer component
This commit is contained in:
@ -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</* @vue-ignore */ DrawerProps>()
|
||||
const props = defineProps</* @vue-ignore */ DrawerProps>()
|
||||
|
||||
const { ui } = toRefs(props)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user