Skip to content

Tooltip: Add arrow prop to app.vue level props #6335

@abhishek-junghare

Description

@abhishek-junghare

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageAwaiting initial review and prioritizationv4#4488

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions