mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
314 B
314 B
Delay
<n-popover :delay="500" :duration="500" :width="240">
<template v-slot:activator>
<n-button style="margin:0;">
Delay 500, Duration 500
</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>