mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
208 B
208 B
Delay
<n-popover :delay="500" :duration="500">
<template v-slot:activator>
<n-button style="margin:0;">
hover
</n-button>
</template>
<span>Light My Fire</span>
</n-popover>