mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 22:20:51 +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.
|
* Wrapper around UDrawer that automatically applies safe area insets for mobile devices.
|
||||||
* Passes through all props and slots to UDrawer.
|
* Passes through all props and slots to UDrawer.
|
||||||
*/
|
*/
|
||||||
defineProps</* @vue-ignore */ DrawerProps>()
|
const props = defineProps</* @vue-ignore */ DrawerProps>()
|
||||||
|
|
||||||
|
const { ui } = toRefs(props)
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user