mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
12 lines
208 B
Markdown
12 lines
208 B
Markdown
# Delay
|
|
```html
|
|
<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>
|
|
```
|