naive-ui/demo/documentation/components/popover/enUS/delay.demo.md
2020-10-22 21:12:57 +08:00

304 B

Delay

<n-popover
  trigger="hover"
  :delay="500"
  :duration="500"
>
  <template v-slot:trigger>
    <n-button>
      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>