mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
308 B
308 B
延迟
<n-popover
trigger="hover"
:delay="500"
:duration="500"
>
<template v-slot:trigger>
<n-button>
延迟 500ms, 持续 500ms
</n-button>
</template>
<span>
Lately did you ever feel the pain In the morning rain as it soaks it to the bone
</span>
</n-popover>