### Package v4.x ### Description `arrow` prop is missing from the global props config done in the `app.vue` This thing - ``` <template> <UApp :tooltip="tooltip"> <NuxtLayout> <NuxtPage /> </NuxtLayout> </UApp> </template> <script setup> const tooltip = { delayDuration: 150, disableClosingTrigger: true, content: { side: "top", }, arrow: true, // Missing }; </script> ``` https://ui.nuxt.com/docs/components/app#props ### Additional context _No response_
Package
v4.x
Description
arrowprop is missing from the global props config done in theapp.vueThis thing -
https://ui.nuxt.com/docs/components/app#props
Additional context
No response