naive-ui/demo/documentation/components/popover/enUS/delay.md

14 lines
296 B
Markdown
Raw Normal View History

# Delay
```html
2020-01-30 17:38:14 +08:00
<n-popover :delay="500" :duration="500" :width="240">
<template v-slot:activator>
<n-button>
2020-01-30 17:38:14 +08:00
Delay 500, Duration 500
</n-button>
</template>
2020-01-30 17:38:14 +08:00
<span>
Lately did you ever feel the pain In the morning rain As it soaks it to the bone
</span>
</n-popover>
```