naive-ui/demo/documentation/components/popover/zhCN/delay.demo.md
07akioni 487001d697 build: add changelog to site, refactor loader based on suffix
.demo.md for component demo
.demo-entry.md for demo entry
.md for common docs
2020-08-19 23:30:04 +08:00

300 B

延迟

<n-popover :delay="500" :duration="500" :width="240">
  <template v-slot:activator>
    <n-button>
      延迟 500ms, 持续 500ms
    </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>